mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-21 23:35:44 +00: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