|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengles.NVFence
public final class NVFence
Field Summary | |
---|---|
static int |
GL_ALL_COMPLETED_NV
Accepted by the <condition> parameter of SetFenceNV: |
static int |
GL_FENCE_CONDITION_NV
Accepted by the <pname> parameter of GetFenceivNV: |
static int |
GL_FENCE_STATUS_NV
Accepted by the <pname> parameter of GetFenceivNV: |
Method Summary | |
---|---|
static void |
glDeleteFencesNV(int fence)
Overloads glDeleteFencesNV. |
static void |
glDeleteFencesNV(java.nio.IntBuffer fences)
|
static void |
glFinishFenceNV(int fence)
|
static int |
glGenFencesNV()
Overloads glGenFencesNV. |
static void |
glGenFencesNV(java.nio.IntBuffer fences)
|
static void |
glGetFenceivNV(int fence,
int pname,
java.nio.IntBuffer params)
|
static boolean |
glIsFenceNV(int fence)
|
static void |
glSetFenceNV(int fence,
int condition)
|
static boolean |
glTestFenceNV(int fence)
|
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_ALL_COMPLETED_NV
public static final int GL_FENCE_STATUS_NV
public static final int GL_FENCE_CONDITION_NV
Method Detail |
---|
public static void glGenFencesNV(java.nio.IntBuffer fences)
public static int glGenFencesNV()
public static void glDeleteFencesNV(java.nio.IntBuffer fences)
public static void glDeleteFencesNV(int fence)
public static void glSetFenceNV(int fence, int condition)
public static boolean glTestFenceNV(int fence)
public static void glFinishFenceNV(int fence)
public static boolean glIsFenceNV(int fence)
public static void glGetFenceivNV(int fence, int pname, java.nio.IntBuffer params)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |