public final class ARBBlendFuncExtended extends Object
Modifier and Type | Field | Description |
---|---|---|
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:
|
Modifier and Type | Method | Description |
---|---|---|
static void |
glBindFragDataLocationIndexed(int program,
int colorNumber,
int index,
CharSequence name) |
Overloads glBindFragDataLocationIndexed.
|
static void |
glBindFragDataLocationIndexed(int program,
int colorNumber,
int index,
ByteBuffer name) |
|
static int |
glGetFragDataIndex(int program,
CharSequence name) |
Overloads glGetFragDataIndex.
|
static int |
glGetFragDataIndex(int program,
ByteBuffer name) |
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
public static void glBindFragDataLocationIndexed(int program, int colorNumber, int index, ByteBuffer name)
public static void glBindFragDataLocationIndexed(int program, int colorNumber, int index, CharSequence name)
public static int glGetFragDataIndex(int program, ByteBuffer name)
public static int glGetFragDataIndex(int program, CharSequence name)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.