Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/auto/extensions/gl/GLX_NV_copy_buffer')
-rw-r--r--Libraries/glew-2.0.0/auto/extensions/gl/GLX_NV_copy_buffer6
1 files changed, 0 insertions, 6 deletions
diff --git a/Libraries/glew-2.0.0/auto/extensions/gl/GLX_NV_copy_buffer b/Libraries/glew-2.0.0/auto/extensions/gl/GLX_NV_copy_buffer
deleted file mode 100644
index 209916d2..00000000
--- a/Libraries/glew-2.0.0/auto/extensions/gl/GLX_NV_copy_buffer
+++ /dev/null
@@ -1,6 +0,0 @@
-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)