Package org.lwjgl.opengl
Class GLXNVCopyBuffer
java.lang.Object
org.lwjgl.opengl.GLXNVCopyBuffer
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glXCopyBufferSubDataNV
(long display, long readCtx, long writeCtx, int readTarget, int writeTarget, long readOffset, long writeOffset, long size) void glXCopyBufferSubDataNV(Display * display, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
static void
glXNamedCopyBufferSubDataNV
(long display, long readCtx, long writeCtx, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) void glXNamedCopyBufferSubDataNV(Display * display, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
-
Method Details
-
glXCopyBufferSubDataNV
public static void glXCopyBufferSubDataNV(long display, long readCtx, long writeCtx, int readTarget, int writeTarget, long readOffset, long writeOffset, long size) void glXCopyBufferSubDataNV(Display * display, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
-
glXNamedCopyBufferSubDataNV
public static void glXNamedCopyBufferSubDataNV(long display, long readCtx, long writeCtx, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) void glXNamedCopyBufferSubDataNV(Display * display, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
-