public final class OESBlendEquationSeparate extends Object
| 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:
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
glBlendEquationSeparateOES(int modeRGB,
int modeAlpha) |
public static final int GL_BLEND_EQUATION_RGB_OES
public static final int GL_BLEND_EQUATION_ALPHA_OES
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.