|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.opengles.EXTMapBufferRange
public final class EXTMapBufferRange
| Field Summary | |
|---|---|
static int |
GL_MAP_FLUSH_EXPLICIT_BIT_EXT
Accepted by the <access> parameter of MapBufferRangeEXT: |
static int |
GL_MAP_INVALIDATE_BUFFER_BIT_EXT
Accepted by the <access> parameter of MapBufferRangeEXT: |
static int |
GL_MAP_INVALIDATE_RANGE_BIT_EXT
Accepted by the <access> parameter of MapBufferRangeEXT: |
static int |
GL_MAP_READ_BIT_EXT
Accepted by the <access> parameter of MapBufferRangeEXT: |
static int |
GL_MAP_UNSYNCHRONIZED_BIT_EXT
Accepted by the <access> parameter of MapBufferRangeEXT: |
static int |
GL_MAP_WRITE_BIT_EXT
Accepted by the <access> parameter of MapBufferRangeEXT: |
| Method Summary | |
|---|---|
static void |
glFlushMappedBufferRangeEXT(int target,
long offset,
long length)
|
static java.nio.ByteBuffer |
glMapBufferRangeEXT(int target,
long offset,
long length,
int access,
java.nio.ByteBuffer old_buffer)
glMapBufferRange maps a GL buffer object range to a ByteBuffer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int GL_MAP_READ_BIT_EXT
public static final int GL_MAP_WRITE_BIT_EXT
public static final int GL_MAP_INVALIDATE_RANGE_BIT_EXT
public static final int GL_MAP_INVALIDATE_BUFFER_BIT_EXT
public static final int GL_MAP_FLUSH_EXPLICIT_BIT_EXT
public static final int GL_MAP_UNSYNCHRONIZED_BIT_EXT
| Method Detail |
|---|
public static java.nio.ByteBuffer glMapBufferRangeEXT(int target,
long offset,
long length,
int access,
java.nio.ByteBuffer old_buffer)
old_buffer - A ByteBuffer. If this argument points to the same address and has the same capacity as the new mapping, it will be returned and no new buffer will be created.
public static void glFlushMappedBufferRangeEXT(int target,
long offset,
long length)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||