Package org.lwjgl.opengles
Class NVFence
java.lang.Object
org.lwjgl.opengles.NVFence
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <condition> parameter of SetFenceNV:static final int
Accepted by the <pname> parameter of GetFenceivNV:static final int
Accepted by the <pname> parameter of GetFenceivNV: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glDeleteFencesNV
(int fence) Overloads glDeleteFencesNV.static void
glDeleteFencesNV
(IntBuffer fences) static void
glFinishFenceNV
(int fence) static int
Overloads glGenFencesNV.static void
glGenFencesNV
(IntBuffer fences) static void
glGetFenceivNV
(int fence, int pname, IntBuffer params) static boolean
glIsFenceNV
(int fence) static void
glSetFenceNV
(int fence, int condition) static boolean
glTestFenceNV
(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
-