Class EXTBlendEquationSeparate

java.lang.Object
org.lwjgl.opengl.EXTBlendEquationSeparate

public final class EXTBlendEquationSeparate extends Object
  • Field Details

    • GL_BLEND_EQUATION_RGB_EXT

      public static final int GL_BLEND_EQUATION_RGB_EXT
      Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
      See Also:
    • GL_BLEND_EQUATION_ALPHA_EXT

      public static final int GL_BLEND_EQUATION_ALPHA_EXT
      Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
      See Also:
  • Method Details

    • glBlendEquationSeparateEXT

      public static void glBlendEquationSeparateEXT(int modeRGB, int modeAlpha)