added _tnl_ProgramCacheDestroy() prototype
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 27 Jun 2005 00:30:56 +0000 (00:30 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 27 Jun 2005 00:30:56 +0000 (00:30 +0000)
src/mesa/tnl/t_vp_build.h

index 8a66976..83e685b 100644 (file)
@@ -30,4 +30,6 @@
 
 extern void _tnl_UpdateFixedFunctionProgram( GLcontext *ctx );
 
+extern void _tnl_ProgramCacheDestroy( GLcontext *ctx );
+
 #endif