Package org.lwjgl.opengl
Class EXTBlendEquationSeparate
java.lang.Object
org.lwjgl.opengl.EXTBlendEquationSeparate
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBlendEquationSeparateEXT
(int modeRGB, int modeAlpha)
-
Field Details
-
GL_BLEND_EQUATION_RGB_EXT
public static final int GL_BLEND_EQUATION_RGB_EXTAccepted 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_EXTAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
-
Method Details
-
glBlendEquationSeparateEXT
public static void glBlendEquationSeparateEXT(int modeRGB, int modeAlpha)
-