public class EXTClipControl
extends java.lang.Object
This extension provides additional clip control modes to configure how clip space is mapped to window space. This extension's goal is to
This extension is a port of GL_ARB_clip_control to OpenGL ES. For the complete overview of this extension, refer to the "Overview" section of
GL_ARB_clip_control.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_CLIP_DEPTH_MODE_EXT
Accepted by the
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. |
static int |
GL_CLIP_ORIGIN_EXT
Accepted by the
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. |
static int |
GL_LOWER_LEFT_EXT
Accepted by the
origin parameter of ClipControlEXT. |
static int |
GL_NEGATIVE_ONE_TO_ONE_EXT
Accepted by the
depth parameter of ClipControlEXT. |
static int |
GL_UPPER_LEFT_EXT
Accepted by the
origin parameter of ClipControlEXT. |
static int |
GL_ZERO_TO_ONE_EXT
Accepted by the
depth parameter of ClipControlEXT. |
| Modifier and Type | Method and Description |
|---|---|
static void |
glClipControlEXT(int origin,
int depth) |
public static final int GL_LOWER_LEFT_EXT
origin parameter of ClipControlEXT.public static final int GL_UPPER_LEFT_EXT
origin parameter of ClipControlEXT.public static final int GL_NEGATIVE_ONE_TO_ONE_EXT
depth parameter of ClipControlEXT.public static final int GL_ZERO_TO_ONE_EXT
depth parameter of ClipControlEXT.public static final int GL_CLIP_ORIGIN_EXT
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.public static final int GL_CLIP_DEPTH_MODE_EXT
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.public static void glClipControlEXT(int origin,
int depth)
origin - one of:LOWER_LEFT_EXT | UPPER_LEFT_EXT |
depth - one of:NEGATIVE_ONE_TO_ONE_EXT | ZERO_TO_ONE_EXT |
Copyright LWJGL. All Rights Reserved. License terms.