Fix sample compare

This commit is contained in:
Isaac Marovitz 2024-05-31 13:20:39 +01:00
parent dd6b0b1b68
commit e8be0ef3b9
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1

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)