public final class EXTBlendColor extends Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_BLEND_COLOR_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev.
|
static int |
GL_CONSTANT_ALPHA_EXT
Accepted by the <sfactor> and <dfactor> parameters of BlendFunc.
|
static int |
GL_CONSTANT_COLOR_EXT
Accepted by the <sfactor> and <dfactor> parameters of BlendFunc.
|
static int |
GL_ONE_MINUS_CONSTANT_ALPHA_EXT
Accepted by the <sfactor> and <dfactor> parameters of BlendFunc.
|
static int |
GL_ONE_MINUS_CONSTANT_COLOR_EXT
Accepted by the <sfactor> and <dfactor> parameters of BlendFunc.
|
public static final int GL_CONSTANT_COLOR_EXT
public static final int GL_ONE_MINUS_CONSTANT_COLOR_EXT
public static final int GL_CONSTANT_ALPHA_EXT
public static final int GL_ONE_MINUS_CONSTANT_ALPHA_EXT
public static final int GL_BLEND_COLOR_EXT
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.