mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 17:57:58 -05:00
shader: Fix resolution scaling pass
This commit is contained in:
committed by
Fernando Sahmkow
parent
fb924ea85c
commit
1672e9ba09
@ -430,6 +430,9 @@ void VisitUsages(Info& info, IR::Inst& inst) {
|
||||
case IR::Opcode::IsHelperInvocation:
|
||||
info.uses_is_helper_invocation = true;
|
||||
break;
|
||||
case IR::Opcode::ResolutionDownFactor:
|
||||
info.uses_rescaling_uniform = true;
|
||||
break;
|
||||
case IR::Opcode::LaneId:
|
||||
info.uses_subgroup_invocation_id = true;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user