Package org.lwjgl.opengl
Class NVConditionalRender
- java.lang.Object
-
- org.lwjgl.opengl.NVConditionalRender
-
public final class NVConditionalRender extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_QUERY_BY_REGION_NO_WAIT_NVAccepted by the <mode> parameter of BeginConditionalRenderNV:static intGL_QUERY_BY_REGION_WAIT_NVAccepted by the <mode> parameter of BeginConditionalRenderNV:static intGL_QUERY_NO_WAIT_NVAccepted by the <mode> parameter of BeginConditionalRenderNV:static intGL_QUERY_WAIT_NVAccepted by the <mode> parameter of BeginConditionalRenderNV:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglBeginConditionalRenderNV(int id, int mode)static voidglEndConditionalRenderNV()
-
-
-
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
-
-