mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/hlsl: Rename hlsl_struct_field.modifiers to "storage_modifiers".
This commit is contained in:
committed by
Alexandre Julliard
parent
4dbbb8beb4
commit
cc811dc3c2
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
@@ -156,7 +156,7 @@ struct hlsl_struct_field
|
||||
struct hlsl_type *type;
|
||||
const char *name;
|
||||
struct hlsl_semantic semantic;
|
||||
unsigned int modifiers;
|
||||
unsigned int storage_modifiers;
|
||||
unsigned int reg_offset;
|
||||
|
||||
size_t name_bytecode_offset;
|
||||
|
||||
Reference in New Issue
Block a user