From: Brian Paul Date: Mon, 27 Jun 2005 00:30:56 +0000 (+0000) Subject: added _tnl_ProgramCacheDestroy() prototype X-Git-Tag: 062012170305~22412 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=397088ff5e904d5cb0fbff1f58fbd0d2bb498302;p=profile%2Fivi%2Fmesa.git added _tnl_ProgramCacheDestroy() prototype --- diff --git a/src/mesa/tnl/t_vp_build.h b/src/mesa/tnl/t_vp_build.h index 8a66976..83e685b 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