Class EXTBlendMinmax

java.lang.Object
org.lwjgl.opengles.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:
  • Method Details

    • glBlendEquationEXT

      public static void glBlendEquationEXT(int mode)