summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_EXT_blend_color
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_EXT_blend_color')
-rw-r--r--auto/extensions/gl/GL_EXT_blend_color9
1 files changed, 9 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_EXT_blend_color b/auto/extensions/gl/GL_EXT_blend_color
new file mode 100644
index 0000000..706181e
--- /dev/null
+++ b/auto/extensions/gl/GL_EXT_blend_color
@@ -0,0 +1,9 @@
+GL_EXT_blend_color
+http://www.opengl.org/registry/specs/EXT/blend_color.txt
+GL_EXT_blend_color
+ GL_CONSTANT_COLOR_EXT 0x8001
+ GL_ONE_MINUS_CONSTANT_COLOR_EXT 0x8002
+ GL_CONSTANT_ALPHA_EXT 0x8003
+ GL_ONE_MINUS_CONSTANT_ALPHA_EXT 0x8004
+ GL_BLEND_COLOR_EXT 0x8005
+ void glBlendColorEXT (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)