Package org.lwjgl.opengl
Class ARBConditionalRenderInverted
- java.lang.Object
-
- org.lwjgl.opengl.ARBConditionalRenderInverted
-
public final class ARBConditionalRenderInverted extends java.lang.ObjectNative bindings to the ARB_conditional_render_inverted extension.This extension adds new modes to
BeginConditionalRenderwhich 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 intGL_QUERY_BY_REGION_NO_WAIT_INVERTED
GL_QUERY_BY_REGION_WAIT_INVERTED
GL_QUERY_NO_WAIT_INVERTED
GL_QUERY_WAIT_INVERTEDAccepted by themodeparameter 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 themodeparameter ofBeginConditionalRender.
-
-