|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengl.ARBBlendFuncExtended
public final class ARBBlendFuncExtended
Field Summary | |
---|---|
static int |
GL_MAX_DUAL_SOURCE_DRAW_BUFFERS
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv and GetDoublev: |
static int |
GL_ONE_MINUS_SRC1_ALPHA
Accepted by the <src> and <dst> parameters of BlendFunc and BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha> parameters of BlendFuncSeparate and BlendFuncSeparatei: |
static int |
GL_ONE_MINUS_SRC1_COLOR
Accepted by the <src> and <dst> parameters of BlendFunc and BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha> parameters of BlendFuncSeparate and BlendFuncSeparatei: |
static int |
GL_SRC1_ALPHA
Accepted by the <src> and <dst> parameters of BlendFunc and BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha> parameters of BlendFuncSeparate and BlendFuncSeparatei: |
static int |
GL_SRC1_COLOR
Accepted by the <src> and <dst> parameters of BlendFunc and BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha> parameters of BlendFuncSeparate and BlendFuncSeparatei: |
Method Summary | |
---|---|
static void |
glBindFragDataLocationIndexed(int program,
int colorNumber,
int index,
java.nio.ByteBuffer name)
|
static void |
glBindFragDataLocationIndexed(int program,
int colorNumber,
int index,
java.lang.CharSequence name)
Overloads glBindFragDataLocationIndexed. |
static int |
glGetFragDataIndex(int program,
java.nio.ByteBuffer name)
|
static int |
glGetFragDataIndex(int program,
java.lang.CharSequence name)
Overloads glGetFragDataIndex. |
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_SRC1_COLOR
public static final int GL_SRC1_ALPHA
public static final int GL_ONE_MINUS_SRC1_COLOR
public static final int GL_ONE_MINUS_SRC1_ALPHA
public static final int GL_MAX_DUAL_SOURCE_DRAW_BUFFERS
Method Detail |
---|
public static void glBindFragDataLocationIndexed(int program, int colorNumber, int index, java.nio.ByteBuffer name)
public static void glBindFragDataLocationIndexed(int program, int colorNumber, int index, java.lang.CharSequence name)
public static int glGetFragDataIndex(int program, java.nio.ByteBuffer name)
public static int glGetFragDataIndex(int program, java.lang.CharSequence name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |