Class EXTBlendMinmax


  • public final class EXTBlendMinmax
    extends Object
    • Field Detail

      • GL_FUNC_ADD_EXT

        public static final int GL_FUNC_ADD_EXT
        Accepted by the <mode> parameter of BlendEquationEXT.
        See Also:
        Constant Field Values
      • GL_MIN_EXT

        public static final int GL_MIN_EXT
        Accepted by the <mode> parameter of BlendEquationEXT.
        See Also:
        Constant Field Values
      • GL_MAX_EXT

        public static final int GL_MAX_EXT
        Accepted by the <mode> parameter of BlendEquationEXT.
        See Also:
        Constant Field Values
      • GL_BLEND_EQUATION_EXT

        public static final int GL_BLEND_EQUATION_EXT
        Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
        See Also:
        Constant Field Values
    • Method Detail

      • glBlendEquationEXT

        public static void glBlendEquationEXT​(int mode)