Package org.lwjgl.opengl
Class ARBConditionalRenderInverted
java.lang.Object
org.lwjgl.opengl.ARBConditionalRenderInverted
Native bindings to the ARB_conditional_render_inverted extension.
This extension adds new modes to BeginConditionalRender which invert the condition used to determine whether to draw or not.
Requires OpenGL 3.0. Promoted to core in OpenGL 4.5.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by themodeparameter ofBeginConditionalRender.static final intAccepted by themodeparameter ofBeginConditionalRender.static final intAccepted by themodeparameter ofBeginConditionalRender.static final intAccepted by themodeparameter ofBeginConditionalRender. -
Method Summary
-
Field Details
-
GL_QUERY_WAIT_INVERTED
public static final int GL_QUERY_WAIT_INVERTEDAccepted by themodeparameter ofBeginConditionalRender.- See Also:
-
GL_QUERY_NO_WAIT_INVERTED
public static final int GL_QUERY_NO_WAIT_INVERTEDAccepted by themodeparameter ofBeginConditionalRender.- See Also:
-
GL_QUERY_BY_REGION_WAIT_INVERTED
public static final int GL_QUERY_BY_REGION_WAIT_INVERTEDAccepted by themodeparameter ofBeginConditionalRender.- See Also:
-
GL_QUERY_BY_REGION_NO_WAIT_INVERTED
public static final int GL_QUERY_BY_REGION_NO_WAIT_INVERTEDAccepted by themodeparameter ofBeginConditionalRender.- See Also:
-