X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fdepth.h;h=2f428629f9a0e8ebd43e8df94c26a4b58d4ff7ab;hb=751fe9058bc15f4f8608f0fdc02209542991ff23;hp=b498a471534ba5ec20dece74c74b250a7c710ab3;hpb=b2ddb93ff3b8c88682634ccdef247967e31fab84;p=mesa.git diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h index b498a471534..2f428629f9a 100644 --- a/src/mesa/main/depth.h +++ b/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 );