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_SUN_global_alpha')
-rw-r--r--Libraries/glew-2.0.0/auto/extensions/gl/GL_SUN_global_alpha14
1 files changed, 0 insertions, 14 deletions
diff --git a/Libraries/glew-2.0.0/auto/extensions/gl/GL_SUN_global_alpha b/Libraries/glew-2.0.0/auto/extensions/gl/GL_SUN_global_alpha
deleted file mode 100644
index 7baaf6fe..00000000
--- a/Libraries/glew-2.0.0/auto/extensions/gl/GL_SUN_global_alpha
+++ /dev/null
@@ -1,14 +0,0 @@
-GL_SUN_global_alpha
-http://www.opengl.org/registry/specs/SUN/global_alpha.txt
-GL_SUN_global_alpha
-
- GL_GLOBAL_ALPHA_SUN 0x81D9
- GL_GLOBAL_ALPHA_FACTOR_SUN 0x81DA
- void glGlobalAlphaFactorbSUN (GLbyte factor)
- void glGlobalAlphaFactordSUN (GLdouble factor)
- void glGlobalAlphaFactorfSUN (GLfloat factor)
- void glGlobalAlphaFactoriSUN (GLint factor)
- void glGlobalAlphaFactorsSUN (GLshort factor)
- void glGlobalAlphaFactorubSUN (GLubyte factor)
- void glGlobalAlphaFactoruiSUN (GLuint factor)
- void glGlobalAlphaFactorusSUN (GLushort factor)