WIP: Experimental: Metal backend #439

Closed
GreemDev wants to merge 374 commits from metal into master
Showing only changes of commit 122f0f45c8 - Show all commits

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)