draw: finish the new pipeline setup
[mesa.git] / src / gallium / auxiliary / draw / draw_gs.h
index 2374b12d379fb9f16eaeddb601f8d3e4ea9adf56..2cb634818c20345730d4706d1f7424cbca4c76b5 100644 (file)
@@ -54,6 +54,7 @@ struct draw_geometry_shader {
    unsigned input_primitive;
    unsigned output_primitive;
 
+   unsigned *primitive_lengths;
    unsigned emitted_vertices;
    unsigned emitted_primitives;