summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-17 15:26:33 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-23 18:26:00 -0700
commit6f765fbde42a4f729780aa39d2b0ed9d736dd5a8 (patch)
tree8363448a5caed5acc3edcfd2b75d0eabeecdc457 /src/mesa/vbo/vbo.h
parentb36bc54d3ceff5f514f87cdce67164147c1dd04f (diff)
added vbo_use_buffer_objects() to specify that immediate mode data should be put into bufferobjects
Diffstat (limited to 'src/mesa/vbo/vbo.h')
-rw-r--r--src/mesa/vbo/vbo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/vbo/vbo.h b/src/mesa/vbo/vbo.h
index 04c59c05b2..4c51b44cda 100644
--- a/src/mesa/vbo/vbo.h
+++ b/src/mesa/vbo/vbo.h
@@ -114,4 +114,7 @@ void vbo_rebase_prims( GLcontext *ctx,
vbo_draw_func draw );
+void vbo_use_buffer_objects(GLcontext *ctx);
+
+
#endif