Class EXTBlendMinmax

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

public class EXTBlendMinmax extends Object
Native bindings to the EXT_blend_minmax extension.

Blending capability is extended by respecifying the entire blend equation. While this document defines only two new equations, the BlendEquationEXT procedure that it defines will be used by subsequent extensions to define additional blending equations.

The two new equations defined by this extension produce the minimum (or maximum) color components of the source and destination colors. Taking the maximum is useful for applications such as maximum projection in medical imaging.

Promoted to core in OpenGL 1.4.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Accepted by the pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
    static final int
    Accepted by the mode parameter of BlendEquationEXT.
    static final int
    Accepted by the mode parameter of BlendEquationEXT.
    static final int
    Accepted by the mode parameter of BlendEquationEXT.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)