public class NVCopyBuffer
extends java.lang.Object
This extension provides a mechanism to do an accelerated copy from one buffer object to another. This may be useful to load buffer objects in a "loading thread" while minimizing cost and synchronization effort in the "rendering thread."
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_COPY_READ_BUFFER_NV
Accepted by the target parameters of BindBuffer, BufferData, BufferSubData, MapBufferOES, UnmapBufferOES, GetBufferPointervOES, GetBufferParameteriv and
CopyBufferSubDataNV.
|
static int |
GL_COPY_WRITE_BUFFER_NV
Accepted by the target parameters of BindBuffer, BufferData, BufferSubData, MapBufferOES, UnmapBufferOES, GetBufferPointervOES, GetBufferParameteriv and
CopyBufferSubDataNV.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
glCopyBufferSubDataNV(int readTarget,
int writeTarget,
long readOffset,
long writeOffset,
long size) |
public static final int GL_COPY_READ_BUFFER_NV
public static final int GL_COPY_WRITE_BUFFER_NV
Copyright LWJGL. All Rights Reserved. License terms.