summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_ARB_blend_func_extended
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_ARB_blend_func_extended')
-rw-r--r--auto/extensions/gl/GL_ARB_blend_func_extended9
1 files changed, 9 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_ARB_blend_func_extended b/auto/extensions/gl/GL_ARB_blend_func_extended
new file mode 100644
index 0000000..ba3f941
--- /dev/null
+++ b/auto/extensions/gl/GL_ARB_blend_func_extended
@@ -0,0 +1,9 @@
+GL_ARB_blend_func_extended
+http://www.opengl.org/registry/specs/ARB/blend_func_extended.txt
+GL_ARB_blend_func_extended
+ GL_SRC1_COLOR 0x88F9
+ GL_ONE_MINUS_SRC1_COLOR 0x88FA
+ GL_ONE_MINUS_SRC1_ALPHA 0x88FB
+ GL_MAX_DUAL_SOURCE_DRAW_BUFFERS 0x88FC
+ void glBindFragDataLocationIndexed (GLuint program, GLuint colorNumber, GLuint index, const GLchar * name)
+ GLint glGetFragDataIndex (GLuint program, const GLchar * name)