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
committerBrian <brian.paul@tungstengraphics.com>2007-08-17 15:26:33 +0100
commit5568a7d30120d830c93494a7b3382bfa8b4d2800 (patch)
treea8806270fd64c908d116ba44bbff4756bf576808 /src/mesa/vbo/vbo.h
parent48b09322ee1b701558e1f223320cd2a9259bb37f (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