Class EXTClipVolumeHint



  • public final class EXTClipVolumeHint
    extends java.lang.Object
    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

      Fields 
      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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • GL_CLIP_VOLUME_CLIPPING_HINT_EXT

        public static final int GL_CLIP_VOLUME_CLIPPING_HINT_EXT
        Accepted by the target parameter of Hint and the pname parameter of GetBooleanv, GetDoublev, GetFloatv and GetIntegerv.
        See Also:
        Constant Field Values