public final class ARBCopyBuffer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_COPY_READ_BUFFER
Accepted by the target parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferPointerv, MapBufferRange, FlushMappedBufferRange,
GetBufferParameteriv, BindBufferRange, BindBufferBase,
and CopyBufferSubData:
|
static int |
GL_COPY_WRITE_BUFFER
Accepted by the target parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferPointerv, MapBufferRange, FlushMappedBufferRange,
GetBufferParameteriv, BindBufferRange, BindBufferBase,
and CopyBufferSubData:
|
Modifier and Type | Method and Description |
---|---|
static void |
glCopyBufferSubData(int readTarget,
int writeTarget,
long readOffset,
long writeOffset,
long size) |
public static final int GL_COPY_READ_BUFFER
public static final int GL_COPY_WRITE_BUFFER
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.