radeonsi: don't allow draw calls with uninitialized VS inputs
[mesa.git] / src / gallium / drivers / radeonsi / si_shader.h
index 30dbe1c6a6e0243a39cc70cafd0804811e2d0e65..089b534b4bb574e6487b9ed8daf1e4e183c3c0ad 100644 (file)
@@ -339,6 +339,7 @@ struct si_shader_selector {
        bool            vs_needs_prolog;
        bool            force_correct_derivs_after_kill;
        bool            prim_discard_cs_allowed;
+       unsigned        num_vs_inputs;
        unsigned        pa_cl_vs_out_cntl;
        ubyte           clipdist_mask;
        ubyte           culldist_mask;