public class EXTBlendFuncSeparate
extends java.lang.Object
Blending capability is extended by defining a function that allows independent setting of the RGB and alpha blend factors for blend operations that require source and destination blend factors. It is not always desired that the blending used for RGB is also applied to alpha.
Promoted to core in OpenGL 1.4.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_BLEND_DST_ALPHA_EXT
Accepted by the
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. |
static int |
GL_BLEND_DST_RGB_EXT
Accepted by the
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. |
static int |
GL_BLEND_SRC_ALPHA_EXT
Accepted by the
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. |
static int |
GL_BLEND_SRC_RGB_EXT
Accepted by the
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. |
| Modifier and Type | Method and Description |
|---|---|
static void |
glBlendFuncSeparateEXT(int sfactorRGB,
int dfactorRGB,
int sfactorAlpha,
int dfactorAlpha) |
public static final int GL_BLEND_DST_RGB_EXT
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.public static final int GL_BLEND_SRC_RGB_EXT
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.public static final int GL_BLEND_DST_ALPHA_EXT
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.public static final int GL_BLEND_SRC_ALPHA_EXT
pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.Copyright LWJGL. All Rights Reserved. License terms.