public final class EXTBlendMinmax extends Object
Modifier and Type | Field | Description |
---|---|---|
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 | 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
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.