summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_EXT_blend_equation_separate
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_EXT_blend_equation_separate')
-rw-r--r--auto/extensions/gl/GL_EXT_blend_equation_separate6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_EXT_blend_equation_separate b/auto/extensions/gl/GL_EXT_blend_equation_separate
new file mode 100644
index 0000000..7ac5975
--- /dev/null
+++ b/auto/extensions/gl/GL_EXT_blend_equation_separate
@@ -0,0 +1,6 @@
+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)