summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_EXT_copy_texture
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_EXT_copy_texture')
-rw-r--r--auto/extensions/gl/GL_EXT_copy_texture8
1 files changed, 8 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_EXT_copy_texture b/auto/extensions/gl/GL_EXT_copy_texture
new file mode 100644
index 0000000..4fff03e
--- /dev/null
+++ b/auto/extensions/gl/GL_EXT_copy_texture
@@ -0,0 +1,8 @@
+GL_EXT_copy_texture
+http://www.opengl.org/registry/specs/EXT/copy_texture.txt
+GL_EXT_copy_texture
+ void glCopyTexImage1DEXT (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
+ void glCopyTexImage2DEXT (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
+ void glCopyTexSubImage1DEXT (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
+ void glCopyTexSubImage2DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
+ void glCopyTexSubImage3DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)