diff options
Diffstat (limited to 'glew/auto/extensions/gl/GLX_MESA_copy_sub_buffer')
-rw-r--r-- | glew/auto/extensions/gl/GLX_MESA_copy_sub_buffer | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GLX_MESA_copy_sub_buffer b/glew/auto/extensions/gl/GLX_MESA_copy_sub_buffer new file mode 100644 index 0000000..e0a1d3f --- /dev/null +++ b/glew/auto/extensions/gl/GLX_MESA_copy_sub_buffer @@ -0,0 +1,5 @@ +GLX_MESA_copy_sub_buffer +https://www.khronos.org/registry/egl/specs/eglspec.1.5.pdf +GLX_MESA_copy_sub_buffer + + void glXCopySubBufferMESA (Display* dpy, GLXDrawable drawable, int x, int y, int width, int height) |