vbo: pass the stream from DrawTransformFeedbackStream to drivers
[mesa.git] / src / mesa / vbo / vbo_exec_draw.c
index 37b53a8309d51e0661696b18e983f72fb843f2c7..2bfb0c32b73d6bc59e807866f1e838e3f866a0d2 100644 (file)
@@ -412,7 +412,7 @@ vbo_exec_vtx_flush(struct vbo_exec_context *exec, GLboolean keepUnmapped)
                                       GL_TRUE,
                                       0,
                                       exec->vtx.vert_count - 1,
-                                      NULL, NULL);
+                                      NULL, 0, NULL);
 
         /* If using a real VBO, get new storage -- unless asked not to.
           */