Class AMDBlendMinmaxFactor


  • public final class AMDBlendMinmaxFactor
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static 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:
      static 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:
    • Field Detail

      • 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:
        Constant Field Values
      • 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:
        Constant Field Values