public final class APPLEClipDistance
extends java.lang.Object
This extension adds support for hardware clip planes to OpenGL ES 2.0 and 3.0. These were present in OpenGL ES 1.1, but were removed to better match certain hardware. Since they're useful for certain applications, notable CAD, we return them here.
Requires GLES 2.0.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_CLIP_DISTANCE0_APPLE
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_CLIP_DISTANCE1_APPLE
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_CLIP_DISTANCE2_APPLE
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_CLIP_DISTANCE3_APPLE
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_CLIP_DISTANCE4_APPLE
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_CLIP_DISTANCE5_APPLE
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_CLIP_DISTANCE6_APPLE
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_CLIP_DISTANCE7_APPLE
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_MAX_CLIP_DISTANCES_APPLE
ccepted by the
pname parameters of GetBooleanv, GetIntegerv, GetInteger64v, and GetFloatv. |
public static final int GL_MAX_CLIP_DISTANCES_APPLE
pname parameters of GetBooleanv, GetIntegerv, GetInteger64v, and GetFloatv.public static final int GL_CLIP_DISTANCE0_APPLE
pname parameters of Enable, Disable and IsEnabled.public static final int GL_CLIP_DISTANCE1_APPLE
pname parameters of Enable, Disable and IsEnabled.public static final int GL_CLIP_DISTANCE2_APPLE
pname parameters of Enable, Disable and IsEnabled.public static final int GL_CLIP_DISTANCE3_APPLE
pname parameters of Enable, Disable and IsEnabled.public static final int GL_CLIP_DISTANCE4_APPLE
pname parameters of Enable, Disable and IsEnabled.public static final int GL_CLIP_DISTANCE5_APPLE
pname parameters of Enable, Disable and IsEnabled.public static final int GL_CLIP_DISTANCE6_APPLE
pname parameters of Enable, Disable and IsEnabled.public static final int GL_CLIP_DISTANCE7_APPLE
pname parameters of Enable, Disable and IsEnabled.Copyright LWJGL. All Rights Reserved. License terms.