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,9 @@
GL_ARB_texture_view
http://www.opengl.org/registry/specs/gl/ARB/texture_view.txt
GL_ARB_texture_view
GL_TEXTURE_VIEW_MIN_LEVEL 0x82DB
GL_TEXTURE_VIEW_NUM_LEVELS 0x82DC
GL_TEXTURE_VIEW_MIN_LAYER 0x82DD
GL_TEXTURE_VIEW_NUM_LAYERS 0x82DE
GL_TEXTURE_IMMUTABLE_LEVELS 0x82DF
void glTextureView (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)