mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/hlsl: Rename struct hlsl_reg_reservation fields.
This commit is contained in:
committed by
Alexandre Julliard
parent
496f9b42cb
commit
9b70971696
Notes:
Alexandre Julliard
2023-04-04 22:35:22 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Zebediah Figura (@zfigura) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/106
@@ -346,8 +346,8 @@ struct hlsl_attribute
|
||||
* using the register(·) syntax */
|
||||
struct hlsl_reg_reservation
|
||||
{
|
||||
char type;
|
||||
unsigned int index;
|
||||
char reg_type;
|
||||
unsigned int reg_index;
|
||||
};
|
||||
|
||||
struct hlsl_ir_var
|
||||
|
||||
Reference in New Issue
Block a user