public final class ARBConditionalRenderInverted
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_QUERY_BY_REGION_NO_WAIT_INVERTED
Accepted by the
mode parameter of BeginConditionalRender. |
static int |
GL_QUERY_BY_REGION_WAIT_INVERTED
Accepted by the
mode parameter of BeginConditionalRender. |
static int |
GL_QUERY_NO_WAIT_INVERTED
Accepted by the
mode parameter of BeginConditionalRender. |
static int |
GL_QUERY_WAIT_INVERTED
Accepted by the
mode parameter of BeginConditionalRender. |
public static final int GL_QUERY_WAIT_INVERTED
mode parameter of BeginConditionalRender.public static final int GL_QUERY_NO_WAIT_INVERTED
mode parameter of BeginConditionalRender.public static final int GL_QUERY_BY_REGION_WAIT_INVERTED
mode parameter of BeginConditionalRender.public static final int GL_QUERY_BY_REGION_NO_WAIT_INVERTED
mode parameter of BeginConditionalRender.Copyright LWJGL. All Rights Reserved. License terms.