mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 06:32:26 -07:00
don't use mask on size query
This commit is contained in:
@@ -316,7 +316,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
|
||||
texCall += $"{lodExpr}";
|
||||
}
|
||||
|
||||
texCall += $"){GetMask(texOp.Index)}";
|
||||
texCall += $")";
|
||||
}
|
||||
|
||||
return texCall;
|
||||
|
Reference in New Issue
Block a user