Package org.lwjgl.opengl
Class EXTBlendMinmax
- java.lang.Object
-
- org.lwjgl.opengl.EXTBlendMinmax
-
public final class EXTBlendMinmax extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_BLEND_EQUATION_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.static int
GL_FUNC_ADD_EXT
Accepted by the <mode> parameter of BlendEquationEXT.static int
GL_MAX_EXT
Accepted by the <mode> parameter of BlendEquationEXT.static int
GL_MIN_EXT
Accepted by the <mode> parameter of BlendEquationEXT.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glBlendEquationEXT(int mode)
-
-
-
Field Detail
-
GL_FUNC_ADD_EXT
public static final int GL_FUNC_ADD_EXT
Accepted by the <mode> parameter of BlendEquationEXT.- See Also:
- Constant Field Values
-
GL_MIN_EXT
public static final int GL_MIN_EXT
Accepted by the <mode> parameter of BlendEquationEXT.- See Also:
- Constant Field Values
-
GL_MAX_EXT
public static final int GL_MAX_EXT
Accepted by the <mode> parameter of BlendEquationEXT.- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
-