aboutsummaryrefslogblamecommitdiff
path: root/Ryujinx.Graphics.OpenGL/Constants.cs
blob: 8817011a97dc89a27f4045f618c5d753054ab16b (plain) (tree)
1
2
3
4
5
6
7
8
9






                                               
                                                         
     
namespace Ryujinx.Graphics.OpenGL
{
    static class Constants
    {
        public const int MaxRenderTargets = 8;
        public const int MaxViewports = 16;
        public const int MaxVertexAttribs = 16;
        public const int MaxVertexBuffers = 16;
        public const int MaxTransformFeedbackBuffers = 4;
    }
}