mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-13 18:22:43 -05:00
Fix sample compare
This commit is contained in:
committed by
Evan Husted
parent
5423ad9ae1
commit
9e61294671
@@ -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