mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 16:12:53 +00:00
15 lines
539 B
Plaintext
15 lines
539 B
Plaintext
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)
|