mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 07:42:26 -07:00
Fix sample compare
This commit is contained in:
committed by
Isaac Marovitz
parent
9a6759d1e5
commit
122f0f45c8
@@ -293,7 +293,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
|
||||
|
||||
if (isShadow)
|
||||
{
|
||||
Append(Src(AggregateType.S32));
|
||||
Append(Src(AggregateType.FP32));
|
||||
}
|
||||
|
||||
if (hasDerivatives)
|
||||
|
Reference in New Issue
Block a user