d3d12: Fix GS variant I/O slot counts
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26156>
This commit is contained in:
@@ -148,8 +148,8 @@ struct emit_primitives_context
|
||||
nir_builder b;
|
||||
|
||||
unsigned num_vars;
|
||||
nir_variable *in[VARYING_SLOT_MAX];
|
||||
nir_variable *out[VARYING_SLOT_MAX];
|
||||
nir_variable *in[VARYING_SLOT_MAX * 4];
|
||||
nir_variable *out[VARYING_SLOT_MAX * 4];
|
||||
nir_variable *front_facing_var;
|
||||
|
||||
nir_loop *loop;
|
||||
|
||||
Reference in New Issue
Block a user