mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
brw: fix indentation
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32418>
This commit is contained in:
parent
2a8dddb519
commit
c00830083e
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ brw_compile_vs(const struct brw_compiler *compiler,
|
|||
prog_data->uses_instanceid = true;
|
||||
|
||||
if (BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID))
|
||||
prog_data->uses_drawid = true;
|
||||
prog_data->uses_drawid = true;
|
||||
|
||||
prog_data->base.urb_read_length = DIV_ROUND_UP(nr_attribute_slots, 2);
|
||||
prog_data->nr_attribute_slots = nr_attribute_slots;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue