public final class EXTBlendEquationSeparate
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_BLEND_EQUATION_ALPHA_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
|
static int |
GL_BLEND_EQUATION_RGB_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
|
Modifier and Type | Method and Description |
---|---|
static void |
glBlendEquationSeparateEXT(int modeRGB,
int modeAlpha) |
public static final int GL_BLEND_EQUATION_RGB_EXT
public static final int GL_BLEND_EQUATION_ALPHA_EXT
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.