java.lang.Object
overrungl.opengl.ext.amd.GLAMDDrawBuffersBlend
GL_AMD_draw_buffers_blend
- Since:
- 0.1.0
- Author:
- squid233
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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) static void
load
(GLExtCaps ext, GLLoadFunc load)
-
Constructor Details
-
GLAMDDrawBuffersBlend
public GLAMDDrawBuffersBlend()
-
-
Method Details
-
load
-
glBlendEquationIndexedAMD
public static void glBlendEquationIndexedAMD(int buf, int mode) -
glBlendEquationSeparateIndexedAMD
public static void glBlendEquationSeparateIndexedAMD(int buf, int modeRGB, int modeAlpha) -
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)
-