Package org.lwjgl.opengl
Class GLXNVCopyBuffer
- java.lang.Object
-
- org.lwjgl.opengl.GLXNVCopyBuffer
-
public class GLXNVCopyBuffer extends java.lang.Object
Native bindings to the GLX_NV_copy_buffer extension.Extends
ARB_copy_buffer
to have GLX bindings.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static void
glXCopyBufferSubDataNV(long display, long readCtx, long writeCtx, int readTarget, int writeTarget, long readOffset, long writeOffset, long size)
static void
glXNamedCopyBufferSubDataNV(long display, long readCtx, long writeCtx, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size)
-
-
-
Method Detail
-
glXCopyBufferSubDataNV
public static void glXCopyBufferSubDataNV(long display, long readCtx, long writeCtx, int readTarget, int writeTarget, long readOffset, long writeOffset, long size)
- Parameters:
display
- the connection to the X serverreadCtx
-writeCtx
-readTarget
-writeTarget
-readOffset
-writeOffset
-size
-
-
glXNamedCopyBufferSubDataNV
public static void glXNamedCopyBufferSubDataNV(long display, long readCtx, long writeCtx, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size)
- Parameters:
display
- the connection to the X serverreadCtx
-writeCtx
-readBuffer
-writeBuffer
-readOffset
-writeOffset
-size
-
-
-