mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 13:55:07 +00:00
blending bug fix
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@225 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
8260f7c191
commit
add4934d0c
@ -38,8 +38,8 @@ GL_VERSION_1_4
|
|||||||
GL_TEXTURE_LOD_BIAS 0x8501
|
GL_TEXTURE_LOD_BIAS 0x8501
|
||||||
GL_MAX_TEXTURE_LOD_BIAS 0x84FD
|
GL_MAX_TEXTURE_LOD_BIAS 0x84FD
|
||||||
GL_MIRRORED_REPEAT 0x8370
|
GL_MIRRORED_REPEAT 0x8370
|
||||||
void glBlendColor (GLenum mode)
|
void glBlendEquation (GLenum mode)
|
||||||
void glBlendEquation (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
|
void glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
|
||||||
void glFogCoordf (GLfloat coord)
|
void glFogCoordf (GLfloat coord)
|
||||||
void glFogCoordfv (const GLfloat *coord)
|
void glFogCoordfv (const GLfloat *coord)
|
||||||
void glFogCoordd (GLdouble coord)
|
void glFogCoordd (GLdouble coord)
|
||||||
|
Loading…
Reference in New Issue
Block a user