Package org.lwjgl.opengles
Class APPLEClipDistance
- java.lang.Object
-
- org.lwjgl.opengles.APPLEClipDistance
-
public final class APPLEClipDistance extends java.lang.Object
Native bindings to the APPLE_clip_distance extension.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
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_CLIP_DISTANCE0_APPLE
GL_CLIP_DISTANCE1_APPLE
GL_CLIP_DISTANCE2_APPLE
GL_CLIP_DISTANCE3_APPLE
GL_CLIP_DISTANCE4_APPLE
GL_CLIP_DISTANCE5_APPLE
GL_CLIP_DISTANCE6_APPLE
GL_CLIP_DISTANCE7_APPLEAccepted by thepname
parameters of Enable, Disable and IsEnabled.static int
GL_MAX_CLIP_DISTANCES_APPLE
ccepted by thepname
parameters of GetBooleanv, GetIntegerv, GetInteger64v, and GetFloatv.
-
-
-
Field Detail
-
GL_MAX_CLIP_DISTANCES_APPLE
ccepted by thepname
parameters of GetBooleanv, GetIntegerv, GetInteger64v, and GetFloatv.
-
GL_CLIP_DISTANCE0_APPLE, GL_CLIP_DISTANCE1_APPLE, GL_CLIP_DISTANCE2_APPLE, GL_CLIP_DISTANCE3_APPLE, GL_CLIP_DISTANCE4_APPLE, GL_CLIP_DISTANCE5_APPLE, GL_CLIP_DISTANCE6_APPLE, GL_CLIP_DISTANCE7_APPLE
Accepted by thepname
parameters of Enable, Disable and IsEnabled.
-
-