public final class EXTClipCullDistance
extends java.lang.Object
This extension adds support for hardware clip planes and cull distances to OpenGL ES.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_CLIP_DISTANCE0_EXT
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_CLIP_DISTANCE1_EXT
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_CLIP_DISTANCE2_EXT
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_CLIP_DISTANCE3_EXT
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_CLIP_DISTANCE4_EXT
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_CLIP_DISTANCE5_EXT
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_CLIP_DISTANCE6_EXT
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_CLIP_DISTANCE7_EXT
Accepted by the
pname parameters of Enable, Disable and IsEnabled. |
static int |
GL_MAX_CLIP_DISTANCES_EXT
Accepted by the
pname parameters of GetBooleanv, GetIntegerv, GetInteger64v, and GetFloatv. |
static int |
GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES_EXT
Accepted by the
pname parameters of GetBooleanv, GetIntegerv, GetInteger64v, and GetFloatv. |
static int |
GL_MAX_CULL_DISTANCES_EXT
Accepted by the
pname parameters of GetBooleanv, GetIntegerv, GetInteger64v, and GetFloatv. |
public static final int GL_MAX_CLIP_DISTANCES_EXT
pname parameters of GetBooleanv, GetIntegerv, GetInteger64v, and GetFloatv.public static final int GL_MAX_CULL_DISTANCES_EXT
pname parameters of GetBooleanv, GetIntegerv, GetInteger64v, and GetFloatv.public static final int GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES_EXT
pname parameters of GetBooleanv, GetIntegerv, GetInteger64v, and GetFloatv.public static final int GL_CLIP_DISTANCE0_EXT
pname parameters of Enable, Disable and IsEnabled.public static final int GL_CLIP_DISTANCE1_EXT
pname parameters of Enable, Disable and IsEnabled.public static final int GL_CLIP_DISTANCE2_EXT
pname parameters of Enable, Disable and IsEnabled.public static final int GL_CLIP_DISTANCE3_EXT
pname parameters of Enable, Disable and IsEnabled.public static final int GL_CLIP_DISTANCE4_EXT
pname parameters of Enable, Disable and IsEnabled.public static final int GL_CLIP_DISTANCE5_EXT
pname parameters of Enable, Disable and IsEnabled.public static final int GL_CLIP_DISTANCE6_EXT
pname parameters of Enable, Disable and IsEnabled.public static final int GL_CLIP_DISTANCE7_EXT
pname parameters of Enable, Disable and IsEnabled.Copyright LWJGL. All Rights Reserved. License terms.