Package org.lwjgl.opengles
Class OESBlendFuncSeparate
java.lang.Object
org.lwjgl.opengles.OESBlendFuncSeparate
-
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:static 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
glBlendFuncSeparateOES
(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha)
-
Field Details
-
GL_BLEND_DST_RGB_OES
public static final int GL_BLEND_DST_RGB_OESAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
BLEND_SRC_RGB_OES
public static final int BLEND_SRC_RGB_OESAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
BLEND_DST_ALPHA_OES
public static final int BLEND_DST_ALPHA_OESAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
BLEND_SRC_ALPHA_OES
public static final int BLEND_SRC_ALPHA_OESAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
-
Method Details
-
glBlendFuncSeparateOES
public static void glBlendFuncSeparateOES(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha)
-