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_EXT_blend_equation_separate

6 lines
272 B
Text

GL_EXT_blend_equation_separate
http://www.opengl.org/registry/specs/gl/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)