Package org.lwjgl.opengles
Class NVFence
java.lang.Object
org.lwjgl.opengles.NVFence
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the <condition> parameter of SetFenceNV:static final intAccepted by the <pname> parameter of GetFenceivNV:static final intAccepted by the <pname> parameter of GetFenceivNV: -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglDeleteFencesNV(int fence) Overloads glDeleteFencesNV.static voidglDeleteFencesNV(IntBuffer fences) static voidglFinishFenceNV(int fence) static intOverloads glGenFencesNV.static voidglGenFencesNV(IntBuffer fences) static voidglGetFenceivNV(int fence, int pname, IntBuffer params) static booleanglIsFenceNV(int fence) static voidglSetFenceNV(int fence, int condition) static booleanglTestFenceNV(int fence)
-
Field Details
-
GL_ALL_COMPLETED_NV
public static final int GL_ALL_COMPLETED_NVAccepted by the <condition> parameter of SetFenceNV:- See Also:
-
GL_FENCE_STATUS_NV
public static final int GL_FENCE_STATUS_NVAccepted by the <pname> parameter of GetFenceivNV:- See Also:
-
GL_FENCE_CONDITION_NV
public static final int GL_FENCE_CONDITION_NVAccepted by the <pname> parameter of GetFenceivNV:- See Also:
-
-
Method Details
-
glGenFencesNV
-
glGenFencesNV
public static int glGenFencesNV()Overloads glGenFencesNV. -
glDeleteFencesNV
-
glDeleteFencesNV
public static void glDeleteFencesNV(int fence) Overloads glDeleteFencesNV. -
glSetFenceNV
public static void glSetFenceNV(int fence, int condition) -
glTestFenceNV
public static boolean glTestFenceNV(int fence) -
glFinishFenceNV
public static void glFinishFenceNV(int fence) -
glIsFenceNV
public static boolean glIsFenceNV(int fence) -
glGetFenceivNV
-