Package org.lwjgl.opengl
Class EXTBlendMinmax
- java.lang.Object
-
- org.lwjgl.opengl.EXTBlendMinmax
-
public class EXTBlendMinmax extends java.lang.ObjectNative 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
BlendEquationEXTprocedure 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 and Description static intGL_BLEND_EQUATION_EXTAccepted by thepnameparameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.static intGL_FUNC_ADD_EXT
GL_MAX_EXT
GL_MIN_EXTAccepted by themodeparameter of BlendEquationEXT.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidglBlendEquationEXT(int mode)
-
-
-
Field Detail
-
GL_FUNC_ADD_EXT, GL_MIN_EXT, GL_MAX_EXT
Accepted by themodeparameter of BlendEquationEXT.
-
GL_BLEND_EQUATION_EXT
Accepted by thepnameparameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
-
-