test
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
GLX_NV_copy_buffer
|
||||
https://www.khronos.org/registry/egl/specs/eglspec.1.5.pdf
|
||||
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)
|
||||
Reference in New Issue
Block a user