use 0 instead of undef
parent
fefdabf257
commit
bc3fd22f05
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in New Issue