|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengles.OESMapbuffer
public final class OESMapbuffer
Field Summary | |
---|---|
static int |
GL_BUFFER_ACCESS_OES
Accepted by the <value> parameter of GetBufferParameteriv: |
static int |
GL_BUFFER_MAP_POINTER_OES
Accepted by the <pname> parameter of GetBufferPointervOES: |
static int |
GL_BUFFER_MAPPED_OES
Accepted by the <value> parameter of GetBufferParameteriv: |
static int |
GL_WRITE_ONLY_OES
Accepted by the <access> parameter of MapBufferOES: |
Method Summary | |
---|---|
static java.nio.ByteBuffer |
glGetBufferPointerOES(int target,
int pname,
java.nio.ByteBuffer old_buffer)
|
static java.nio.ByteBuffer |
glGetBufferPointervOES(int target,
int pname,
long length,
java.nio.ByteBuffer old_buffer)
|
static java.nio.ByteBuffer |
glMapBufferOES(int target,
int access,
java.nio.ByteBuffer old_buffer)
glMapBufferOES maps a GL buffer object to a ByteBuffer. |
static java.nio.ByteBuffer |
glMapBufferOES(int target,
int access,
long length,
java.nio.ByteBuffer old_buffer)
glMapBufferOES maps a GL buffer object to a ByteBuffer. |
static boolean |
glUnmapBufferOES(int target)
|
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_WRITE_ONLY_OES
public static final int GL_BUFFER_ACCESS_OES
public static final int GL_BUFFER_MAPPED_OES
public static final int GL_BUFFER_MAP_POINTER_OES
Method Detail |
---|
public static java.nio.ByteBuffer glGetBufferPointerOES(int target, int pname, java.nio.ByteBuffer old_buffer)
public static java.nio.ByteBuffer glGetBufferPointervOES(int target, int pname, long length, java.nio.ByteBuffer old_buffer)
public static java.nio.ByteBuffer glMapBufferOES(int target, 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 java.nio.ByteBuffer glMapBufferOES(int target, int access, long length, 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 boolean glUnmapBufferOES(int target)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |