Package org.lwjgl.opengles
Class OESBlendEquationSeparate
java.lang.Object
org.lwjgl.opengles.OESBlendEquationSeparate
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBlendEquationSeparateOES
(int modeRGB, int modeAlpha)
-
Field Details
-
GL_BLEND_EQUATION_RGB_OES
public static final int GL_BLEND_EQUATION_RGB_OESAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
GL_BLEND_EQUATION_ALPHA_OES
public static final int GL_BLEND_EQUATION_ALPHA_OESAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
-
Method Details
-
glBlendEquationSeparateOES
public static void glBlendEquationSeparateOES(int modeRGB, int modeAlpha)
-