11 lines
317 B
C#
11 lines
317 B
C#
namespace Ryujinx.Graphics.Shader.CodeGen.Msl
|
|
{
|
|
static class HelperFunctionNames
|
|
{
|
|
public static string FindLSB = "findLSB";
|
|
public static string FindMSBS32 = "findMSBS32";
|
|
public static string FindMSBU32 = "findMSBU32";
|
|
public static string SwizzleAdd = "swizzleAdd";
|
|
}
|
|
}
|