9 Feb
2023
9 Feb
'23
10:13 a.m.
Francisco Casas (@fcasas) commented about libs/vkd3d-shader/hlsl_sm4.c:
break;
default: - FIXME("Unhandled instruction type %s.\n", hlsl_node_type_to_string(instr->type)); + hlsl_fixme(ctx, &instr->loc, "Instruction type %s.", hlsl_node_type_to_string(instr->type));
Shouldn't this be a separate patch? Same for the change in `hlsl_sm1.c`. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/85#note_23599