Package org.lwjgl.opengles
Class OESBlendSubtract
- java.lang.Object
-
- org.lwjgl.opengles.OESBlendSubtract
-
public final class OESBlendSubtract extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_BLEND_EQUATION_OESAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:static intGL_FUNC_ADD_OESAccepted by the <mode> parameter of BlendEquationOES:static intGL_FUNC_REVERSE_SUBTRACT_OESAccepted by the <mode> parameter of BlendEquationOES:static intGL_FUNC_SUBTRACT_OESAccepted by the <mode> parameter of BlendEquationOES:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglBlendEquationOES(int mode)
-
-
-
Field Detail
-
GL_FUNC_ADD_OES
public static final int GL_FUNC_ADD_OES
Accepted by the <mode> parameter of BlendEquationOES:- See Also:
- Constant Field Values
-
GL_FUNC_SUBTRACT_OES
public static final int GL_FUNC_SUBTRACT_OES
Accepted by the <mode> parameter of BlendEquationOES:- See Also:
- Constant Field Values
-
GL_FUNC_REVERSE_SUBTRACT_OES
public static final int GL_FUNC_REVERSE_SUBTRACT_OES
Accepted by the <mode> parameter of BlendEquationOES:- See Also:
- Constant Field Values
-
GL_BLEND_EQUATION_OES
public static final int GL_BLEND_EQUATION_OES
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
- Constant Field Values
-
-