mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-24 05:54:56 +03:00
use 0 instead of undef
This commit is contained in:
parent
d08218a809
commit
22d3fa068d
@ -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";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user