WIP: Experimental: Metal backend #439

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

View File

@ -10,6 +10,6 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
public const string ArgumentNamePrefix = "a";
public const string UndefinedName = "undef";
public const string UndefinedName = "0";
}
}