Package org.lwjgl.opengl
Class ARBConditionalRenderInverted
- java.lang.Object
-
- org.lwjgl.opengl.ARBConditionalRenderInverted
-
public final class ARBConditionalRenderInverted extends java.lang.Object
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 inOpenGL 4.5
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GL_QUERY_BY_REGION_NO_WAIT_INVERTED
GL_QUERY_BY_REGION_WAIT_INVERTED
GL_QUERY_NO_WAIT_INVERTED
GL_QUERY_WAIT_INVERTEDAccepted by themode
parameter ofBeginConditionalRender
.
-
-
-
Field Detail
-
GL_QUERY_WAIT_INVERTED, GL_QUERY_NO_WAIT_INVERTED, GL_QUERY_BY_REGION_WAIT_INVERTED, GL_QUERY_BY_REGION_NO_WAIT_INVERTED
Accepted by themode
parameter ofBeginConditionalRender
.
-
-