From 6feea7e6cdde235d7e3727c4155ca9f8d90df3ca Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 15 Jan 2011 15:54:40 +0000 Subject: mesalib git update 14/1/2011 --- mesalib/src/mesa/main/depth.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mesalib/src/mesa/main/depth.h') diff --git a/mesalib/src/mesa/main/depth.h b/mesalib/src/mesa/main/depth.h index 2a0bc81a6..b1ed1f3fd 100644 --- a/mesalib/src/mesa/main/depth.h +++ b/mesalib/src/mesa/main/depth.h @@ -43,6 +43,9 @@ struct gl_context; extern void GLAPIENTRY _mesa_ClearDepth( GLclampd depth ); +extern void GLAPIENTRY +_mesa_ClearDepthf( GLclampf depth ); + extern void GLAPIENTRY _mesa_DepthFunc( GLenum func ); -- cgit v1.2.3