|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengl.ATIMapObjectBuffer
public final class ATIMapObjectBuffer
Method Summary | |
---|---|
static java.nio.ByteBuffer |
glMapObjectBufferATI(int buffer,
long result_size,
java.nio.ByteBuffer old_buffer)
glMapObjectBufferATI maps a gl object buffer to a ByteBuffer. |
static void |
glUnmapObjectBufferATI(int buffer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.nio.ByteBuffer glMapObjectBufferATI(int buffer, long result_size, java.nio.ByteBuffer old_buffer)
result_size
- The size of the buffer area.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 glUnmapObjectBufferATI(int buffer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |