mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/hlsl: Rename hlsl_ir_var.modifiers to "storage_modifiers".
This commit is contained in:
committed by
Alexandre Julliard
parent
23bd2d9ad8
commit
4dbbb8beb4
Notes:
Alexandre Julliard
2023-01-11 22:39:24 +01: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/50
@@ -256,7 +256,7 @@ struct hlsl_ir_var
|
||||
const char *name;
|
||||
struct hlsl_semantic semantic;
|
||||
struct hlsl_buffer *buffer;
|
||||
unsigned int modifiers;
|
||||
unsigned int storage_modifiers;
|
||||
struct hlsl_reg_reservation reg_reservation;
|
||||
struct list scope_entry, param_entry, extern_entry;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user