softpipe/draw: fix vertex id in soft paths.
[mesa.git] / src / gallium / auxiliary / draw / draw_vs.h
index 6a900224c110d006ba927b780cdf1df0fe318f5d..65520ea6e7adb143019e896eed24ac23858e7a77 100644 (file)
@@ -140,7 +140,8 @@ struct draw_vertex_shader {
                        const unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS],
                       unsigned count,
                       unsigned input_stride,
-                      unsigned output_stride );
+                      unsigned output_stride,
+                      const unsigned *fetch_elts);
 
 
    void (*delete)( struct draw_vertex_shader * );