Package org.lwjgl.opengl
Class EXTClipVolumeHint
java.lang.Object
org.lwjgl.opengl.EXTClipVolumeHint
Native bindings to the EXT_clip_volume_hint extension.
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the target parameter of Hint and the pname parameter of GetBooleanv, GetDoublev, GetFloatv and GetIntegerv. -
Method Summary
-
Field Details
-
GL_CLIP_VOLUME_CLIPPING_HINT_EXT
public static final int GL_CLIP_VOLUME_CLIPPING_HINT_EXTAccepted by the target parameter of Hint and the pname parameter of GetBooleanv, GetDoublev, GetFloatv and GetIntegerv.- See Also:
-