don't use mask on size query

This commit is contained in:
Samuliak 2024-05-20 19:12:17 +02:00 committed by Isaac Marovitz
parent 979da4c1ab
commit f5cffa0b46
2 changed files with 1 additions and 3 deletions

View file

@ -316,7 +316,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
texCall += $"{lodExpr}";
}
texCall += $"){GetMask(texOp.Index)}";
texCall += $")";
}
return texCall;