mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-29 20:06:25 +02:00
7 lines
No EOL
139 B
C#
7 lines
No EOL
139 B
C#
namespace Ryujinx.Graphics.Shader.CodeGen
|
|
{
|
|
static class Constants
|
|
{
|
|
public const int MaxShaderStorageBuffers = 16;
|
|
}
|
|
} |