Package org.lwjgl.opengl
Class ARBClipControl
- java.lang.Object
-
- org.lwjgl.opengl.ARBClipControl
-
public final class ARBClipControl extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_CLIP_DEPTH_MODE
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static int
GL_CLIP_ORIGIN
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static int
GL_LOWER_LEFT
Accepted by the <origin> parameter of ClipControl:static int
GL_NEGATIVE_ONE_TO_ONE
Accepted by the <depth> parameter of ClipControl:static int
GL_UPPER_LEFT
Accepted by the <origin> parameter of ClipControl:static int
GL_ZERO_TO_ONE
Accepted by the <depth> parameter of ClipControl:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glClipControl(int origin, int depth)
-
-
-
Field Detail
-
GL_LOWER_LEFT
public static final int GL_LOWER_LEFT
Accepted by the <origin> parameter of ClipControl:- See Also:
- Constant Field Values
-
GL_UPPER_LEFT
public static final int GL_UPPER_LEFT
Accepted by the <origin> parameter of ClipControl:- See Also:
- Constant Field Values
-
GL_NEGATIVE_ONE_TO_ONE
public static final int GL_NEGATIVE_ONE_TO_ONE
Accepted by the <depth> parameter of ClipControl:- See Also:
- Constant Field Values
-
GL_ZERO_TO_ONE
public static final int GL_ZERO_TO_ONE
Accepted by the <depth> parameter of ClipControl:- See Also:
- Constant Field Values
-
GL_CLIP_ORIGIN
public static final int GL_CLIP_ORIGIN
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
- Constant Field Values
-
GL_CLIP_DEPTH_MODE
public static final int GL_CLIP_DEPTH_MODE
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
- Constant Field Values
-
-