diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-06-27 00:30:56 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-06-27 00:30:56 +0000 |
commit | 397088ff5e904d5cb0fbff1f58fbd0d2bb498302 (patch) | |
tree | 67157f54a3ac3cb2b380086e4ceef45df5027420 /src/mesa/tnl/t_vp_build.h | |
parent | c43f03e38dd4bfbcbc0cc8414e2bacfbffad08a1 (diff) |
added _tnl_ProgramCacheDestroy() prototype
Diffstat (limited to 'src/mesa/tnl/t_vp_build.h')
-rw-r--r-- | src/mesa/tnl/t_vp_build.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vp_build.h b/src/mesa/tnl/t_vp_build.h index 8a66976755..83e685b1ae 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 |