Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/auto/extensions/gl/GL_AMD_draw_buffers_blend')
-rw-r--r--Libraries/glew-2.0.0/auto/extensions/gl/GL_AMD_draw_buffers_blend8
1 files changed, 0 insertions, 8 deletions
diff --git a/Libraries/glew-2.0.0/auto/extensions/gl/GL_AMD_draw_buffers_blend b/Libraries/glew-2.0.0/auto/extensions/gl/GL_AMD_draw_buffers_blend
deleted file mode 100644
index df8ff3e8..00000000
--- a/Libraries/glew-2.0.0/auto/extensions/gl/GL_AMD_draw_buffers_blend
+++ /dev/null
@@ -1,8 +0,0 @@
-GL_AMD_draw_buffers_blend
-http://www.opengl.org/registry/specs/AMD/draw_buffers_blend.txt
-GL_AMD_draw_buffers_blend
-
- void glBlendEquationIndexedAMD (GLuint buf, GLenum mode)
- void glBlendEquationSeparateIndexedAMD (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
- void glBlendFuncIndexedAMD (GLuint buf, GLenum src, GLenum dst)
- void glBlendFuncSeparateIndexedAMD (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)