mesa: add _mesa_program_state_value_size() helper
[mesa.git] / src / mesa / vbo / vbo_save_api.c
index 1e09f7dbb899ea10916a0f12a0b2a9d6e4ef8e16..d6f9b53d68a60ecf34b6a60bd7a48d25e654316d 100644 (file)
@@ -434,7 +434,8 @@ update_vao(struct gl_context *ctx,
     */
 
    /* Bind the buffer object at binding point 0 */
-   _mesa_bind_vertex_buffer(ctx, *vao, 0, bo, buffer_offset, stride);
+   _mesa_bind_vertex_buffer(ctx, *vao, 0, bo, buffer_offset, stride, false,
+                            false);
 
    /* Retrieve the mapping from VBO_ATTRIB to VERT_ATTRIB space
     * Note that the position/generic0 aliasing is done in the VAO.