mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 18:15:14 +00:00
Extra logging
This commit is contained in:
parent
7a20a8e86a
commit
026e29f7e6
@ -46,7 +46,7 @@ inline void ExportPosition(IREmitter& ir, const auto& stage, Attribute attribute
|
|||||||
ir.SetAttribute(IR::Attribute::RenderTargetId, value);
|
ir.SetAttribute(IR::Attribute::RenderTargetId, value);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
UNREACHABLE_MSG("Unhandled position attribute {}", u32(output));
|
UNREACHABLE_MSG("Unhandled output {} on attribute {}", u32(output), u32(attribute));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user