mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-10 03:37:20 -03:00
Fix sample compare
This commit is contained in:
parent
5423ad9ae1
commit
9e61294671
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
|
|||
|
||||
if (isShadow)
|
||||
{
|
||||
Append(Src(AggregateType.S32));
|
||||
Append(Src(AggregateType.FP32));
|
||||
}
|
||||
|
||||
if (hasDerivatives)
|
||||
|
|
Loading…
Reference in a new issue