13 Dec
2022
13 Dec
'22
5:03 p.m.
Francisco Casas (@fcasas) commented about libs/vkd3d-shader/hlsl_codegen.c:
copy_propagation_record_store(ctx, hlsl_ir_store(instr), state); break;
+ case HLSL_IR_SWIZZLE: + copy_propagation_transform_swizzle(ctx, hlsl_ir_swizzle(instr), state);
I missed adding `progress |=` here, I will also add that. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/51#note_19562