mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 08:02:55 +00:00
9 lines
440 B
Plaintext
9 lines
440 B
Plaintext
GL_AMD_draw_buffers_blend
|
|
http://www.opengl.org/registry/specs/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)
|