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_ARB_draw_buffers_blend

7 lines
418 B
Text

GL_ARB_draw_buffers_blend
http://www.opengl.org/registry/specs/gl/ARB/draw_buffers_blend.txt
GL_ARB_draw_buffers_blend
void glBlendEquationSeparateiARB (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
void glBlendEquationiARB (GLuint buf, GLenum mode)
void glBlendFuncSeparateiARB (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
void glBlendFunciARB (GLuint buf, GLenum src, GLenum dst)