1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 22:35:24 +00:00
qb64/internal/c/parts/core/glew/download/glew-1.10.0/auto/extensions/gl/GL_AMD_draw_buffers_blend

7 lines
442 B
Text

GL_AMD_draw_buffers_blend
http://www.opengl.org/registry/specs/gl/AMD/draw_buffers_blend.txt
GL_AMD_draw_buffers_blend
void glBlendEquationIndexedAMD (GLuint buf, GLenum mode)
void glBlendEquationSeparateIndexedAMD (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
void glBlendFuncIndexedAMD (GLuint buf, GLenum src, GLenum dst)
void glBlendFuncSeparateIndexedAMD (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)