summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-02-22 14:31:15 -0700
committerBrian Paul <brianp@vmware.com>2011-02-22 14:32:37 -0700
commit6d1f28d6c045f768da2eee779006535acf382cce (patch)
tree43aefa0e776d28563ab9aecd0786eada416d448f /src/mesa/vbo/vbo.h
parentbcd017f16fd00723a00a212775e22c55fac2af27 (diff)
vbo: added vbo_check_buffers_are_unmapped() debug function
Diffstat (limited to 'src/mesa/vbo/vbo.h')
-rw-r--r--src/mesa/vbo/vbo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/vbo/vbo.h b/src/mesa/vbo/vbo.h
index 37940efdc1..6834f3b5aa 100644
--- a/src/mesa/vbo/vbo.h
+++ b/src/mesa/vbo/vbo.h
@@ -130,6 +130,8 @@ void vbo_use_buffer_objects(struct gl_context *ctx);
void vbo_set_draw_func(struct gl_context *ctx, vbo_draw_func func);
+void vbo_check_buffers_are_unmapped(struct gl_context *ctx);
+
void GLAPIENTRY
_es_Color4f(GLfloat r, GLfloat g, GLfloat b, GLfloat a);