Package org.lwjgl.opengl
Class NVFence
- java.lang.Object
-
- org.lwjgl.opengl.NVFence
-
public final class NVFence extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_ALL_COMPLETED_NVstatic intGL_FENCE_CONDITION_NVstatic intGL_FENCE_STATUS_NV
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglDeleteFencesNV(int fence)Overloads glDeleteFencesNV.static voidglDeleteFencesNV(IntBuffer piFences)static voidglFinishFenceNV(int fence)static intglGenFencesNV()Overloads 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 Detail
-
GL_ALL_COMPLETED_NV
public static final int GL_ALL_COMPLETED_NV
- See Also:
- Constant Field Values
-
GL_FENCE_STATUS_NV
public static final int GL_FENCE_STATUS_NV
- See Also:
- Constant Field Values
-
GL_FENCE_CONDITION_NV
public static final int GL_FENCE_CONDITION_NV
- See Also:
- Constant Field Values
-
-
Method Detail
-
glGenFencesNV
public static void glGenFencesNV(IntBuffer piFences)
-
glGenFencesNV
public static int glGenFencesNV()
Overloads glGenFencesNV.
-
glDeleteFencesNV
public static void glDeleteFencesNV(IntBuffer piFences)
-
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
public static void glGetFenceivNV(int fence, int pname, IntBuffer piParams)
-
-