From: Brian Paul Date: Mon, 27 Jun 2005 00:30:56 +0000 (+0000) Subject: added _tnl_ProgramCacheDestroy() prototype X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=397088ff5e904d5cb0fbff1f58fbd0d2bb498302;p=mesa.git added _tnl_ProgramCacheDestroy() prototype --- diff --git a/src/mesa/tnl/t_vp_build.h b/src/mesa/tnl/t_vp_build.h index 8a669767550..83e685b1ae4 100644 --- a/src/mesa/tnl/t_vp_build.h +++ b/src/mesa/tnl/t_vp_build.h @@ -30,4 +30,6 @@ extern void _tnl_UpdateFixedFunctionProgram( GLcontext *ctx ); +extern void _tnl_ProgramCacheDestroy( GLcontext *ctx ); + #endif