|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.opengl.ARBDrawBuffersBlend
public final class ARBDrawBuffersBlend
| Method Summary | |
|---|---|
static void |
glBlendEquationiARB(int buf,
int mode)
|
static void |
glBlendEquationSeparateiARB(int buf,
int modeRGB,
int modeAlpha)
|
static void |
glBlendFunciARB(int buf,
int src,
int dst)
|
static void |
glBlendFuncSeparateiARB(int buf,
int srcRGB,
int dstRGB,
int srcAlpha,
int dstAlpha)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void glBlendEquationiARB(int buf,
int mode)
public static void glBlendEquationSeparateiARB(int buf,
int modeRGB,
int modeAlpha)
public static void glBlendFunciARB(int buf,
int src,
int dst)
public static void glBlendFuncSeparateiARB(int buf,
int srcRGB,
int dstRGB,
int srcAlpha,
int dstAlpha)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||