summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_SUN_global_alpha
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_SUN_global_alpha')
-rw-r--r--auto/extensions/gl/GL_SUN_global_alpha13
1 files changed, 13 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_SUN_global_alpha b/auto/extensions/gl/GL_SUN_global_alpha
new file mode 100644
index 0000000..d7c5274
--- /dev/null
+++ b/auto/extensions/gl/GL_SUN_global_alpha
@@ -0,0 +1,13 @@
+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)