mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-27 14:36:33 -05:00
shader: Implement FSWZADD
This commit is contained in:
@@ -389,6 +389,9 @@ void VisitUsages(Info& info, IR::Inst& inst) {
|
||||
case IR::Opcode::SubgroupBallot:
|
||||
info.uses_subgroup_vote = true;
|
||||
break;
|
||||
case IR::Opcode::FSwizzleAdd:
|
||||
info.uses_fswzadd = true;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user