Class EXTBlendMinmax

java.lang.Object
org.lwjgl.opengl.EXTBlendMinmax

public final class EXTBlendMinmax extends Object
  • Field Details

    • GL_FUNC_ADD_EXT

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

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

      public static final int GL_MAX_EXT
      Accepted by the <mode> parameter of BlendEquationEXT.
      See Also:
    • 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:
  • Method Details

    • glBlendEquationEXT

      public static void glBlendEquationEXT(int mode)