diff options
Diffstat (limited to 'src/mesa/main/blend.h')
-rw-r--r-- | src/mesa/main/blend.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/blend.h b/src/mesa/main/blend.h index ae96bd46b65..d6c03d903f4 100644 --- a/src/mesa/main/blend.h +++ b/src/mesa/main/blend.h @@ -50,6 +50,10 @@ _mesa_BlendEquation( GLenum mode ); extern void GLAPIENTRY +_mesa_BlendEquationSeparateEXT( GLenum modeRGB, GLenum modeA ); + + +extern void GLAPIENTRY _mesa_BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); |