Cell: generalize the batch buffer code for vertex buffers...
[mesa.git] / src / mesa / vbo / vbo.h
index 04c59c05b277027281d91b4bcae52d39627b4250..79d33d09c16c475a06fd0da8cb2f05cfa8462a5b 100644 (file)
@@ -114,4 +114,10 @@ void vbo_rebase_prims( GLcontext *ctx,
                       vbo_draw_func draw );
 
 
+void vbo_use_buffer_objects(GLcontext *ctx);
+
+
+void vbo_set_draw_func(GLcontext *ctx, vbo_draw_func func);
+
+
 #endif