summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_ARB_texture_view
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-08-10 11:47:22 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-08-10 11:47:22 +0000
commit706e5d657396530bbd3d91a4e03b5f6b4cb6fa6f (patch)
tree88dfac3941d306264b5d8a8138808b06b986624a /auto/extensions/gl/GL_ARB_texture_view
downloadglew-tarball-706e5d657396530bbd3d91a4e03b5f6b4cb6fa6f.tar.gz
Diffstat (limited to 'auto/extensions/gl/GL_ARB_texture_view')
-rw-r--r--auto/extensions/gl/GL_ARB_texture_view9
1 files changed, 9 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_ARB_texture_view b/auto/extensions/gl/GL_ARB_texture_view
new file mode 100644
index 0000000..7b86f69
--- /dev/null
+++ b/auto/extensions/gl/GL_ARB_texture_view
@@ -0,0 +1,9 @@
+GL_ARB_texture_view
+http://www.opengl.org/registry/specs/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)