mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-21 00:30:54 -05:00
10 lines
261 B
C#
10 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";
|
|
}
|
|
}
|