瀏覽代碼

mesa: add another missing GLAPIENTRY keyword

NOTE: this is a candidate for the 7.10 branch.
tags/mesa-7.11-rc1
José Fonseca 14 年之前
父節點
當前提交
f4a9868811
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      src/mesa/main/blend.c
  2. 1
    1
      src/mesa/main/blend.h

+ 1
- 1
src/mesa/main/blend.c 查看文件

@@ -447,7 +447,7 @@ _mesa_BlendEquationSeparateEXT( GLenum modeRGB, GLenum modeA )
/**
* Set separate blend equations for one color buffer/target.
*/
void
void GLAPIENTRY
_mesa_BlendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeA)
{
GET_CURRENT_CONTEXT(ctx);

+ 1
- 1
src/mesa/main/blend.h 查看文件

@@ -68,7 +68,7 @@ extern void GLAPIENTRY
_mesa_BlendEquationSeparateEXT( GLenum modeRGB, GLenum modeA );


extern void
extern void GLAPIENTRY
_mesa_BlendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeA);



Loading…
取消
儲存