public final class EXTBlendMinmax
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_BLEND_EQUATION_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev.
|
static int |
GL_FUNC_ADD_EXT
Accepted by the <mode> parameter of BlendEquationEXT.
|
static int |
GL_MAX_EXT
Accepted by the <mode> parameter of BlendEquationEXT.
|
static int |
GL_MIN_EXT
Accepted by the <mode> parameter of BlendEquationEXT.
|
Modifier and Type | Method and Description |
---|---|
static void |
glBlendEquationEXT(int mode) |
public static final int GL_FUNC_ADD_EXT
public static final int GL_MIN_EXT
public static final int GL_MAX_EXT
public static final int GL_BLEND_EQUATION_EXT
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.