summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GLX_NV_copy_buffer
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GLX_NV_copy_buffer')
-rw-r--r--auto/extensions/gl/GLX_NV_copy_buffer5
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/extensions/gl/GLX_NV_copy_buffer b/auto/extensions/gl/GLX_NV_copy_buffer
new file mode 100644
index 0000000..8606363
--- /dev/null
+++ b/auto/extensions/gl/GLX_NV_copy_buffer
@@ -0,0 +1,5 @@
+GLX_NV_copy_buffer
+http://www.opengl.org/registry/specs/NV/glx_copy_buffer.txt
+GLX_NV_copy_buffer
+ void glXCopyBufferSubDataNV (Display* dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
+ void glXNamedCopyBufferSubDataNV (Display* dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)