Package org.lwjgl.opengl
Class NVFence
java.lang.Object
org.lwjgl.opengl.NVFence
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglDeleteFencesNV(int fence) Overloads glDeleteFencesNV.static voidglDeleteFencesNV(IntBuffer piFences) static voidglFinishFenceNV(int fence) static intOverloads glGenFencesNV.static voidglGenFencesNV(IntBuffer piFences) static voidglGetFenceivNV(int fence, int pname, IntBuffer piParams) 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_NV- See Also:
-
GL_FENCE_STATUS_NV
public static final int GL_FENCE_STATUS_NV- See Also:
-
GL_FENCE_CONDITION_NV
public static final int GL_FENCE_CONDITION_NV- 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
-