X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fclear.h;h=fb3bcdeefbf39c97c0505ba81a96c07056b4f224;hb=78a391ed8311fc5215347f8775bf0aa29568b78d;hp=c29850676ca0b3b2427350cd45a5ff63669dc6af;hpb=a0329c7b40de3db22d22c74793a7c268e8904e53;p=mesa.git diff --git a/src/mesa/main/clear.h b/src/mesa/main/clear.h index c29850676ca..fb3bcdeefbf 100644 --- a/src/mesa/main/clear.h +++ b/src/mesa/main/clear.h @@ -75,6 +75,6 @@ _mesa_ClearBufferfi(GLenum buffer, GLint drawbuffer, extern void GLAPIENTRY _mesa_ClearNamedFramebufferfi(GLuint framebuffer, GLenum buffer, - GLfloat depth, GLint stencil); + GLint drawbuffer, GLfloat depth, GLint stencil); #endif