Package org.lwjgl.opengl
Class ARBBlendFuncExtended
java.lang.Object
org.lwjgl.opengl.ARBBlendFuncExtended
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv and GetDoublev:static final intAccepted by the <src> and <dst> parameters of BlendFunc and BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha> parameters of BlendFuncSeparate and BlendFuncSeparatei:static final intAccepted by the <src> and <dst> parameters of BlendFunc and BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha> parameters of BlendFuncSeparate and BlendFuncSeparatei:static final intAccepted by the <src> and <dst> parameters of BlendFunc and BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha> parameters of BlendFuncSeparate and BlendFuncSeparatei:static final intAccepted 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
Modifier and TypeMethodDescriptionstatic voidglBindFragDataLocationIndexed(int program, int colorNumber, int index, CharSequence name) Overloads glBindFragDataLocationIndexed.static voidglBindFragDataLocationIndexed(int program, int colorNumber, int index, ByteBuffer name) static intglGetFragDataIndex(int program, CharSequence name) Overloads glGetFragDataIndex.static intglGetFragDataIndex(int program, ByteBuffer name)
-
Field Details
-
GL_SRC1_COLOR
public static final int GL_SRC1_COLORAccepted by the <src> and <dst> parameters of BlendFunc and BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha> parameters of BlendFuncSeparate and BlendFuncSeparatei:- See Also:
-
GL_SRC1_ALPHA
public static final int GL_SRC1_ALPHAAccepted by the <src> and <dst> parameters of BlendFunc and BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha> parameters of BlendFuncSeparate and BlendFuncSeparatei:- See Also:
-
GL_ONE_MINUS_SRC1_COLOR
public static final int GL_ONE_MINUS_SRC1_COLORAccepted by the <src> and <dst> parameters of BlendFunc and BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha> parameters of BlendFuncSeparate and BlendFuncSeparatei:- See Also:
-
GL_ONE_MINUS_SRC1_ALPHA
public static final int GL_ONE_MINUS_SRC1_ALPHAAccepted by the <src> and <dst> parameters of BlendFunc and BlendFunci, and by the <srcRGB>, <dstRGB>, <srcAlpha> and <dstAlpha> parameters of BlendFuncSeparate and BlendFuncSeparatei:- See Also:
-
GL_MAX_DUAL_SOURCE_DRAW_BUFFERS
public static final int GL_MAX_DUAL_SOURCE_DRAW_BUFFERSAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv and GetDoublev:- See Also:
-
-
Method Details
-
glBindFragDataLocationIndexed
public static void glBindFragDataLocationIndexed(int program, int colorNumber, int index, ByteBuffer name) -
glBindFragDataLocationIndexed
public static void glBindFragDataLocationIndexed(int program, int colorNumber, int index, CharSequence name) Overloads glBindFragDataLocationIndexed. -
glGetFragDataIndex
-
glGetFragDataIndex
Overloads glGetFragDataIndex.
-