Package org.lwjgl.opengl
Class ARBCullDistance
- java.lang.Object
-
- org.lwjgl.opengl.ARBCullDistance
-
public final class ARBCullDistance extends java.lang.Object
Native bindings to the ARB_cull_distance extension.This extension adds a new GLSL
gl_CullDistance
shader output, similar togl_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 inOpenGL 4.5
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES
GL_MAX_CULL_DISTANCESAccepted by thepname
parameter of GetBooleanv, GetDoublev, GetFloatv, GetIntegerv, and GetInteger64v.
-
-
-
Field Detail
-
GL_MAX_CULL_DISTANCES, GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES
Accepted by thepname
parameter of GetBooleanv, GetDoublev, GetFloatv, GetIntegerv, and GetInteger64v.
-
-