diff options
author | Brian <[email protected]> | 2007-12-07 17:24:42 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-12-07 17:24:42 -0700 |
commit | c885775cae8feabe5431ba7867fac99332f5ee8e (patch) | |
tree | b866a831db8fe2bc51475592cb86d55a934767f5 /src/mesa/vbo/vbo.h | |
parent | 40e9c57d318c1d4a1e75fe0c88374182050d7f48 (diff) |
New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl module.
Diffstat (limited to 'src/mesa/vbo/vbo.h')
-rw-r--r-- | src/mesa/vbo/vbo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/vbo/vbo.h b/src/mesa/vbo/vbo.h index 4c51b44cdad..79d33d09c16 100644 --- a/src/mesa/vbo/vbo.h +++ b/src/mesa/vbo/vbo.h @@ -117,4 +117,7 @@ void vbo_rebase_prims( GLcontext *ctx, void vbo_use_buffer_objects(GLcontext *ctx); +void vbo_set_draw_func(GLcontext *ctx, vbo_draw_func func); + + #endif |