Class KHRBlendEquationAdvancedCoherent



  • public final class KHRBlendEquationAdvancedCoherent
    extends java.lang.Object
    Native bindings to the KHR_blend_equation_advanced_coherent extension.

    This extension guarantees that blending is done coherently and in API primitive order. An enable is provided to allow implementations to opt out of fully coherent blending and instead behave as though only KHR_blend_equation_advanced were supported.

    Requires OpenGL 2.0.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int GL_BLEND_ADVANCED_COHERENT_KHR
      Accepted by the cap parameter of Disable, Enable, and IsEnabled, and by the pname parameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev and GetInteger64v.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GL_BLEND_ADVANCED_COHERENT_KHR

        public static final int GL_BLEND_ADVANCED_COHERENT_KHR
        Accepted by the cap parameter of Disable, Enable, and IsEnabled, and by the pname parameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev and GetInteger64v.
        See Also:
        Constant Field Values