Package org.lwjgl.opengl
Class NVConditionalRender
- java.lang.Object
-
- org.lwjgl.opengl.NVConditionalRender
-
public final class NVConditionalRender extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_QUERY_BY_REGION_NO_WAIT_NV
Accepted by the <mode> parameter of BeginConditionalRenderNV:static int
GL_QUERY_BY_REGION_WAIT_NV
Accepted by the <mode> parameter of BeginConditionalRenderNV:static int
GL_QUERY_NO_WAIT_NV
Accepted by the <mode> parameter of BeginConditionalRenderNV:static int
GL_QUERY_WAIT_NV
Accepted by the <mode> parameter of BeginConditionalRenderNV:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glBeginConditionalRenderNV(int id, int mode)
static void
glEndConditionalRenderNV()
-
-
-
Field Detail
-
GL_QUERY_WAIT_NV
public static final int GL_QUERY_WAIT_NV
Accepted by the <mode> parameter of BeginConditionalRenderNV:- See Also:
- Constant Field Values
-
GL_QUERY_NO_WAIT_NV
public static final int GL_QUERY_NO_WAIT_NV
Accepted by the <mode> parameter of BeginConditionalRenderNV:- See Also:
- Constant Field Values
-
GL_QUERY_BY_REGION_WAIT_NV
public static final int GL_QUERY_BY_REGION_WAIT_NV
Accepted by the <mode> parameter of BeginConditionalRenderNV:- See Also:
- Constant Field Values
-
GL_QUERY_BY_REGION_NO_WAIT_NV
public static final int GL_QUERY_BY_REGION_NO_WAIT_NV
Accepted by the <mode> parameter of BeginConditionalRenderNV:- See Also:
- Constant Field Values
-
-