14 Feb
2024
14 Feb
'24
10:01 p.m.
Zebediah Figura (@zfigura) commented about libs/vkd3d-shader/fx.c:
uint32_t offset; };
+struct type_entry +{ + struct list entry; + const char *name; + uint32_t elements_count; + uint32_t offset; +}; + +struct type_key +{ + const char *name; + uint32_t elements_count; +};
This is not used anymore. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/636#note_61206