GLEW 1.10.0

This commit is contained in:
2014-02-20 16:46:32 +01:00
parent 86de24797b
commit e794aa4dbb
873 changed files with 76058 additions and 0 deletions
@@ -0,0 +1,6 @@
GL_ARB_clear_texture
http://www.opengl.org/registry/specs/gl/ARB/clear_texture.txt
GL_ARB_clear_texture
GL_CLEAR_TEXTURE 0x9365
void glClearTexImage (GLuint texture, GLint level, GLenum format, GLenum type, const GLvoid* data)
void glClearTexSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* data)