Package org.lwjgl.opengles
Class OESBlendSubtract
java.lang.Object
org.lwjgl.opengles.OESBlendSubtract
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:static final int
Accepted by the <mode> parameter of BlendEquationOES:static final int
Accepted by the <mode> parameter of BlendEquationOES:static final int
Accepted by the <mode> parameter of BlendEquationOES: -
Method Summary
-
Field Details
-
GL_FUNC_ADD_OES
public static final int GL_FUNC_ADD_OESAccepted by the <mode> parameter of BlendEquationOES:- See Also:
-
GL_FUNC_SUBTRACT_OES
public static final int GL_FUNC_SUBTRACT_OESAccepted by the <mode> parameter of BlendEquationOES:- See Also:
-
GL_FUNC_REVERSE_SUBTRACT_OES
public static final int GL_FUNC_REVERSE_SUBTRACT_OESAccepted by the <mode> parameter of BlendEquationOES:- See Also:
-
GL_BLEND_EQUATION_OES
public static final int GL_BLEND_EQUATION_OESAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
-
Method Details
-
glBlendEquationOES
public static void glBlendEquationOES(int mode)
-