mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
9 lines
261 B
C#
9 lines
261 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";
|
|
}
|
|
}
|