mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 08:02:55 +00:00
8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
GL_EXT_blend_equation_separate
|
|
http://www.opengl.org/registry/specs/EXT/blend_equation_separate.txt
|
|
GL_EXT_blend_equation_separate
|
|
|
|
GL_BLEND_EQUATION_RGB_EXT 0x8009
|
|
GL_BLEND_EQUATION_ALPHA_EXT 0x883D
|
|
void glBlendEquationSeparateEXT (GLenum modeRGB, GLenum modeAlpha)
|