Package org.lwjgl.opengl
Class ARBClipControl
java.lang.Object
org.lwjgl.opengl.ARBClipControl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <origin> parameter of ClipControl:static final int
Accepted by the <depth> parameter of ClipControl:static final int
Accepted by the <origin> parameter of ClipControl:static final int
Accepted by the <depth> parameter of ClipControl: -
Method Summary
-
Field Details
-
GL_LOWER_LEFT
public static final int GL_LOWER_LEFTAccepted by the <origin> parameter of ClipControl:- See Also:
-
GL_UPPER_LEFT
public static final int GL_UPPER_LEFTAccepted by the <origin> parameter of ClipControl:- See Also:
-
GL_NEGATIVE_ONE_TO_ONE
public static final int GL_NEGATIVE_ONE_TO_ONEAccepted by the <depth> parameter of ClipControl:- See Also:
-
GL_ZERO_TO_ONE
public static final int GL_ZERO_TO_ONEAccepted by the <depth> parameter of ClipControl:- See Also:
-
GL_CLIP_ORIGIN
public static final int GL_CLIP_ORIGINAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_CLIP_DEPTH_MODE
public static final int GL_CLIP_DEPTH_MODEAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
-
Method Details
-
glClipControl
public static void glClipControl(int origin, int depth)
-