12 Apr
2024
12 Apr
'24
3:14 a.m.
Conor McCarthy (@cmccarthy) commented about libs/vkd3d-shader/ir.c:
return VKD3D_OK; }
+static enum vkd3d_result vsir_program_materialize_undominated_ssas_to_temps(struct vsir_program *program, + struct vkd3d_shader_message_context *message_context) +{ + struct vsir_cfg cfg; + enum vkd3d_result result;
Minor nitpick: these should be swapped to fit the formatting style. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/778#note_67676