vbo: Move no_current_update out of _mesa_prim.
[mesa.git] / src / mesa / vbo / vbo_save.h
index 65293c93f048ded529b270f549e71d6998a6508c..6f2cc5bad423174cc326736db8d3f8bad1629cbe 100644 (file)
@@ -173,6 +173,8 @@ struct vbo_save_context {
    struct _mesa_prim *prims;
    GLuint prim_count, prim_max;
 
+   bool no_current_update;
+
    struct vbo_save_vertex_store *vertex_store;
    struct vbo_save_primitive_store *prim_store;