21 Oct
2022
21 Oct
'22
2:21 p.m.
I think that handling the HLSL_IR_RESOURCE_STORE's deref is missing in transform_deref_paths_into_offsets(). Specifically: ``` case HLSL_IR_RESOURCE_STORE: replace_deref_path_with_offset(ctx, &hlsl_ir_resource_store(instr)->resource, instr); ``` I think it only matters if the UAV is a member of a struct, but still. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/36#note_11717