Package org.lwjgl.opengl
Class AMDDrawBuffersBlend
- java.lang.Object
-
- org.lwjgl.opengl.AMDDrawBuffersBlend
-
public final class AMDDrawBuffersBlend extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glBlendEquationIndexedAMD(int buf, int mode)
static void
glBlendEquationSeparateIndexedAMD(int buf, int modeRGB, int modeAlpha)
static void
glBlendFuncIndexedAMD(int buf, int src, int dst)
static void
glBlendFuncSeparateIndexedAMD(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
-
-
-
Method Detail
-
glBlendFuncIndexedAMD
public static void glBlendFuncIndexedAMD(int buf, int src, int dst)
-
glBlendFuncSeparateIndexedAMD
public static void glBlendFuncSeparateIndexedAMD(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
-
glBlendEquationIndexedAMD
public static void glBlendEquationIndexedAMD(int buf, int mode)
-
glBlendEquationSeparateIndexedAMD
public static void glBlendEquationSeparateIndexedAMD(int buf, int modeRGB, int modeAlpha)
-
-