changeset 1234 | 608cef8fa24d |
parent 1228 | 22aa1f7914d3 |
child 1248 | 2f03f0b5ded3 |
--- a/profiles/mojoshader_profile_spirv.c Fri Feb 21 00:37:06 2020 -0500 +++ b/profiles/mojoshader_profile_spirv.c Tue Mar 24 21:17:37 2020 -0400 @@ -429,7 +429,7 @@ idtype = spv_get_type(ctx, STI_UINT); else { - failf(ctx, "%s: invalid attribute type %d", __func__, type); + failf(ctx, "spv_output_scalar: invalid attribute type %d", type); return 0; } // else idret = spv_bumpid(ctx);