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.