Extra logging

This commit is contained in:
poly 2025-07-10 20:47:49 +02:00 committed by GitHub
parent 7a20a8e86a
commit 026e29f7e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ inline void ExportPosition(IREmitter& ir, const auto& stage, Attribute attribute
ir.SetAttribute(IR::Attribute::RenderTargetId, value);
break;
default:
UNREACHABLE_MSG("Unhandled position attribute {}", u32(output));
UNREACHABLE_MSG("Unhandled output {} on attribute {}", u32(output), u32(attribute));
}
}