public final class ARBCullDistance
extends java.lang.Object
This extension adds a new GLSL gl_CullDistance shader output, similar to gl_ClipDistance, but used for whole primitive culling.
This new stage in the pipeline is added as part of the primitive clipping stage.
Requires OpenGL 3.0. Promoted to core in OpenGL 4.5.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES
Accepted by the
pname parameter of GetBooleanv, GetDoublev, GetFloatv, GetIntegerv, and GetInteger64v. |
static int |
GL_MAX_CULL_DISTANCES
Accepted by the
pname parameter of GetBooleanv, GetDoublev, GetFloatv, GetIntegerv, and GetInteger64v. |
public static final int GL_MAX_CULL_DISTANCES
pname parameter of GetBooleanv, GetDoublev, GetFloatv, GetIntegerv, and GetInteger64v.public static final int GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES
pname parameter of GetBooleanv, GetDoublev, GetFloatv, GetIntegerv, and GetInteger64v.Copyright LWJGL. All Rights Reserved. License terms.