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:
ikits 2004-02-05 21:59:20 +00:00
parent 8260f7c191
commit add4934d0c
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ GL_VERSION_1_4
GL_TEXTURE_LOD_BIAS 0x8501
GL_MAX_TEXTURE_LOD_BIAS 0x84FD
GL_MIRRORED_REPEAT 0x8370
void glBlendColor (GLenum mode)
void glBlendEquation (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
void glBlendEquation (GLenum mode)
void glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
void glFogCoordf (GLfloat coord)
void glFogCoordfv (const GLfloat *coord)
void glFogCoordd (GLdouble coord)