Package org.lwjgl.opengles
Class OESBlendEquationSeparate
- java.lang.Object
-
- org.lwjgl.opengles.OESBlendEquationSeparate
-
public final class OESBlendEquationSeparate extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_BLEND_EQUATION_ALPHA_OES
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:static int
GL_BLEND_EQUATION_RGB_OES
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glBlendEquationSeparateOES(int modeRGB, int modeAlpha)
-
-
-
Field Detail
-
GL_BLEND_EQUATION_RGB_OES
public static final int GL_BLEND_EQUATION_RGB_OES
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
- Constant Field Values
-
GL_BLEND_EQUATION_ALPHA_OES
public static final int GL_BLEND_EQUATION_ALPHA_OES
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
- Constant Field Values
-
-