mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-04 00:47:44 +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;
|
|
}
|
|
} |