Fix sample compare

This commit is contained in:
Isaac Marovitz 2024-05-31 13:20:39 +01:00 committed by Isaac Marovitz
parent 395a6cc218
commit 330440b569
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
if (isShadow)
{
Append(Src(AggregateType.S32));
Append(Src(AggregateType.FP32));
}
if (hasDerivatives)