mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 01:17:58 -05:00
spirv: Add lower fp16 to fp32 pass
This commit is contained in:
@ -11,7 +11,7 @@ void EmitBranch(EmitContext& ctx, IR::Block* label) {
|
||||
}
|
||||
|
||||
void EmitBranchConditional(EmitContext& ctx, Id condition, IR::Block* true_label,
|
||||
IR::Block* false_label) {
|
||||
IR::Block* false_label) {
|
||||
ctx.OpBranchConditional(condition, true_label->Definition<Id>(), false_label->Definition<Id>());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user