summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_NV_copy_image
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_NV_copy_image')
-rw-r--r--auto/extensions/gl/GL_NV_copy_image4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_NV_copy_image b/auto/extensions/gl/GL_NV_copy_image
new file mode 100644
index 0000000..0cf53fd
--- /dev/null
+++ b/auto/extensions/gl/GL_NV_copy_image
@@ -0,0 +1,4 @@
+GL_NV_copy_image
+http://www.opengl.org/registry/specs/NV/copy_image.txt
+GL_NV_copy_image
+ void glCopyImageSubDataNV (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)