|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengl.EXTBlendMinmax
public final class EXTBlendMinmax
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
static void |
glBlendEquationEXT(int mode)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public static void glBlendEquationEXT(int mode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |