aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/CodeGen/Constants.cs
blob: 10c22c60325e700133ca1e05bcf48ade47dc583f (plain)
1
2
3
4
5
6
7
namespace Ryujinx.Graphics.Shader.CodeGen
{
    static class Constants
    {
        public const int MaxShaderStorageBuffers = 16;
    }
}