public class GLXNVCopyBuffer
extends java.lang.Object
Extends ARB_copy_buffer to have GLX bindings.
| 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) |
public static void glXCopyBufferSubDataNV(long display,
long readCtx,
long writeCtx,
int readTarget,
int writeTarget,
long readOffset,
long writeOffset,
long size)
display - the connection to the X serverpublic static void glXNamedCopyBufferSubDataNV(long display,
long readCtx,
long writeCtx,
int readBuffer,
int writeBuffer,
long readOffset,
long writeOffset,
long size)
display - the connection to the X serverCopyright LWJGL. All Rights Reserved. License terms.