summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_ARB_clear_texture
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_ARB_clear_texture')
-rw-r--r--auto/extensions/gl/GL_ARB_clear_texture6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_ARB_clear_texture b/auto/extensions/gl/GL_ARB_clear_texture
new file mode 100644
index 0000000..b3fdd62
--- /dev/null
+++ b/auto/extensions/gl/GL_ARB_clear_texture
@@ -0,0 +1,6 @@
+GL_ARB_clear_texture
+http://www.opengl.org/registry/specs/ARB/clear_texture.txt
+GL_ARB_clear_texture
+ GL_CLEAR_TEXTURE 0x9365
+ void glClearTexImage (GLuint texture, GLint level, GLenum format, GLenum type, const void *data)
+ void glClearTexSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data)