Package org.lwjgl.opengl
Class ARBCullDistance
- java.lang.Object
-
- org.lwjgl.opengl.ARBCullDistance
-
public final class ARBCullDistance extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES
Accepted by the <pname> parameter of GetBooeleanv, GetDoublev, GetFloatv GetIntegerv, and GetInteger64v:static int
GL_MAX_CULL_DISTANCES
Accepted by the <pname> parameter of GetBooeleanv, GetDoublev, GetFloatv GetIntegerv, and GetInteger64v:
-
-
-
Field Detail
-
GL_MAX_CULL_DISTANCES
public static final int GL_MAX_CULL_DISTANCES
Accepted by the <pname> parameter of GetBooeleanv, GetDoublev, GetFloatv GetIntegerv, and GetInteger64v:- See Also:
- Constant Field Values
-
GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES
public static final int GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES
Accepted by the <pname> parameter of GetBooeleanv, GetDoublev, GetFloatv GetIntegerv, and GetInteger64v:- See Also:
- Constant Field Values
-
-