28 Feb
2023
28 Feb
'23
12:18 a.m.
Zebediah Figura (@zfigura) commented about libs/vkd3d-shader/hlsl.c:
var->storage_modifiers = modifiers; if (reg_reservation) var->reg_reservation = *reg_reservation; + if (offset_reservation) + var->offset_reservation = *offset_reservation;
Haven't thought this through all the way, but could we add another field to struct hlsl_reg_reservation? -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/106#note_25669