namespace Ryujinx.Graphics.Shader.CodeGen.Msl { static class HelperFunctionNames { public static string SwizzleAdd = "helperSwizzleAdd"; } }