mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-12-15 08:03:30 -08:00
vkd3d-shader: Remove the no longer used flat_constant_count field from struct vsir_program.
This commit is contained in:
committed by
Henri Verbeet
parent
2be9c880ff
commit
937b80f3f2
Notes:
Henri Verbeet
2025-10-13 19:31:51 +02:00
Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1769
@@ -1597,7 +1597,6 @@ struct vsir_program
|
||||
|
||||
unsigned int input_control_point_count, output_control_point_count;
|
||||
struct vsir_thread_group_size thread_group_size;
|
||||
unsigned int flat_constant_count[3];
|
||||
unsigned int block_count; /* maximum block count in any function */
|
||||
unsigned int temp_count;
|
||||
unsigned int ssa_count;
|
||||
|
||||
Reference in New Issue
Block a user