OpenGL.raw.GL.AMD.draw_buffers_blend
glBlendEquationIndexedAMD(
buf
,
mode
)
glBlendEquationSeparateIndexedAMD(
buf
,
modeRGB
,
modeAlpha
)
glBlendFuncIndexedAMD(
buf
,
src
,
dst
)
glBlendFuncSeparateIndexedAMD(
buf
,
srcRGB
,
dstRGB
,
srcAlpha
,
dstAlpha
)