WIP: Experimental: Metal backend #439

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

View File

@ -293,7 +293,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
if (hasLodLevel)
{
Append("level({Src(coordType)})");
Append($"level({Src(coordType)})");
}
// TODO: Support offsets