summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_SUN_global_alpha
blob: d7c527436a0971095f5deabd5559a701100273b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)