diff options
Diffstat (limited to 'src/opengl/bind/a')
-rw-r--r-- | src/opengl/bind/a | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/opengl/bind/a b/src/opengl/bind/a new file mode 100644 index 0000000..b414962 --- /dev/null +++ b/src/opengl/bind/a @@ -0,0 +1,3 @@ +void glActiveShaderProgram( GLuint pipeline, GLuint program); +void glActiveTexture( GLenum texture); +void glAttachShader( GLuint program, GLuint shader); |