Class AMDBlendMinmaxFactor

java.lang.Object
org.lwjgl.opengl.AMDBlendMinmaxFactor

public final class AMDBlendMinmaxFactor extends Object
Native bindings to the AMD_blend_minmax_factor extension.

The EXT_blend_minmax extension extended the GL's blending functionality to allow the blending equation to be specified by the application. That extension introduced the MIN_EXT and MAX_EXT blend equations, which caused the result of the blend equation to become the minimum or maximum of the source color and destination color, respectively.

The MIN_EXT and MAX_EXT blend equations, however, do not include the source or destination blend factors in the arguments to the min and max functions. This extension provides two new blend equations that produce the minimum or maximum of the products of the source color and source factor, and the destination color and destination factor.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Accepted by the mode parameter of BlendEquation and BlendEquationi, and by the modeRGB and modeAlpha parameters of BlendEquationSeparate and BlendEquationSeparatei.
    static final int
    Accepted by the mode parameter of BlendEquation and BlendEquationi, and by the modeRGB and modeAlpha parameters of BlendEquationSeparate and BlendEquationSeparatei.
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • GL_FACTOR_MIN_AMD

      public static final int GL_FACTOR_MIN_AMD
      Accepted by the mode parameter of BlendEquation and BlendEquationi, and by the modeRGB and modeAlpha parameters of BlendEquationSeparate and BlendEquationSeparatei.
      See Also:
    • GL_FACTOR_MAX_AMD

      public static final int GL_FACTOR_MAX_AMD
      Accepted by the mode parameter of BlendEquation and BlendEquationi, and by the modeRGB and modeAlpha parameters of BlendEquationSeparate and BlendEquationSeparatei.
      See Also: