Package org.lwjgl.opengl
Class NVConditionalRender
java.lang.Object
org.lwjgl.opengl.NVConditionalRender
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <mode> parameter of BeginConditionalRenderNV:static final int
Accepted by the <mode> parameter of BeginConditionalRenderNV:static final int
Accepted by the <mode> parameter of BeginConditionalRenderNV:static final int
Accepted by the <mode> parameter of BeginConditionalRenderNV: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBeginConditionalRenderNV
(int id, int mode) static void
-
Field Details
-
GL_QUERY_WAIT_NV
public static final int GL_QUERY_WAIT_NVAccepted by the <mode> parameter of BeginConditionalRenderNV:- See Also:
-
GL_QUERY_NO_WAIT_NV
public static final int GL_QUERY_NO_WAIT_NVAccepted by the <mode> parameter of BeginConditionalRenderNV:- See Also:
-
GL_QUERY_BY_REGION_WAIT_NV
public static final int GL_QUERY_BY_REGION_WAIT_NVAccepted by the <mode> parameter of BeginConditionalRenderNV:- See Also:
-
GL_QUERY_BY_REGION_NO_WAIT_NV
public static final int GL_QUERY_BY_REGION_NO_WAIT_NVAccepted by the <mode> parameter of BeginConditionalRenderNV:- See Also:
-
-
Method Details
-
glBeginConditionalRenderNV
public static void glBeginConditionalRenderNV(int id, int mode) -
glEndConditionalRenderNV
public static void glEndConditionalRenderNV()
-