Package org.lwjgl.opengl
Class EXTBlendMinmax
java.lang.Object
org.lwjgl.opengl.EXTBlendMinmax
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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
-
Field Details
-
GL_FUNC_ADD_EXT
public static final int GL_FUNC_ADD_EXTAccepted by the <mode> parameter of BlendEquationEXT.- See Also:
-
GL_MIN_EXT
public static final int GL_MIN_EXTAccepted by the <mode> parameter of BlendEquationEXT.- See Also:
-
GL_MAX_EXT
public static final int GL_MAX_EXTAccepted by the <mode> parameter of BlendEquationEXT.- See Also:
-
GL_BLEND_EQUATION_EXT
public static final int GL_BLEND_EQUATION_EXTAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
-
-
Method Details
-
glBlendEquationEXT
public static void glBlendEquationEXT(int mode)
-