java.lang.Object
overrungl.opengl.ext.amd.GLAMDDrawBuffersBlend
GL_AMD_draw_buffers_blend- Since:
 - 0.1.0
 - Author:
 - squid233
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidglBlendEquationIndexedAMD(int buf, int mode) static voidglBlendEquationSeparateIndexedAMD(int buf, int modeRGB, int modeAlpha) static voidglBlendFuncIndexedAMD(int buf, int src, int dst) static voidglBlendFuncSeparateIndexedAMD(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) static voidload(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)  
 -