mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 11:33:35 +00:00
shader: Add IsTextureScaled opcode
This commit is contained in:
committed by
Fernando Sahmkow
parent
74efa57c1b
commit
c15332c44f
@@ -431,6 +431,7 @@ void VisitUsages(Info& info, IR::Inst& inst) {
|
||||
info.uses_is_helper_invocation = true;
|
||||
break;
|
||||
case IR::Opcode::ResolutionDownFactor:
|
||||
case IR::Opcode::IsTextureScaled:
|
||||
info.uses_rescaling_uniform = true;
|
||||
break;
|
||||
case IR::Opcode::LaneId:
|
||||
|
||||
Reference in New Issue
Block a user