mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-25 02:48:14 +00:00
shader: Add IsTextureScaled opcode
This commit is contained in:
committed by
Fernando Sahmkow
parent
47946c7017
commit
7f88938d72
@@ -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