This commit is contained in:
Confideo-IOM
2026-07-17 15:35:16 +01:00
parent e88e8c7e6e
commit 2fc305bc4d
2493 changed files with 228092 additions and 14 deletions
@@ -0,0 +1,10 @@
GL_OES_texture_view
https://www.khronos.org/registry/OpenGL/extensions/OES/OES_texture_view.txt
GL_OES_texture_view
GL_TEXTURE_VIEW_MIN_LEVEL_OES 0x82DB
GL_TEXTURE_VIEW_NUM_LEVELS_OES 0x82DC
GL_TEXTURE_VIEW_MIN_LAYER_OES 0x82DD
GL_TEXTURE_VIEW_NUM_LAYERS_OES 0x82DE
GL_TEXTURE_IMMUTABLE_LEVELS 0x82DF
void glTextureViewOES (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)