summaryrefslogtreecommitdiff
path: root/glew/auto/extensions/gl/GL_OES_blend_equation_separate
diff options
context:
space:
mode:
Diffstat (limited to 'glew/auto/extensions/gl/GL_OES_blend_equation_separate')
-rw-r--r--glew/auto/extensions/gl/GL_OES_blend_equation_separate7
1 files changed, 7 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_OES_blend_equation_separate b/glew/auto/extensions/gl/GL_OES_blend_equation_separate
new file mode 100644
index 0000000..7cc038c
--- /dev/null
+++ b/glew/auto/extensions/gl/GL_OES_blend_equation_separate
@@ -0,0 +1,7 @@
+GL_OES_blend_equation_separate
+https://www.khronos.org/registry/OpenGL/extensions/OES/OES_blend_equation_separate.txt
+GL_OES_blend_equation_separate
+
+ GL_BLEND_EQUATION_RGB_OES 0x8009
+ GL_BLEND_EQUATION_ALPHA_OES 0x883D
+ void glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha)