public final class EXTClipVolumeHint
extends java.lang.Object
EXT_clip_volume_hint provides a mechanism for applications to indicate that they do not require clip volume clipping for primitives. It allows applications to maximize performance in situations where they know that clipping is unnecessary. EXT_clip_volume_hint is only an indication, though, and implementations are free to ignore it.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_CLIP_VOLUME_CLIPPING_HINT_EXT
Accepted by the target parameter of Hint and the pname parameter of GetBooleanv, GetDoublev, GetFloatv and GetIntegerv.
|
public static final int GL_CLIP_VOLUME_CLIPPING_HINT_EXT
Copyright LWJGL. All Rights Reserved. License terms.