diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Constants.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Constants.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/Constants.cs b/Ryujinx.Graphics.Gpu/Constants.cs index 3175ebd2..1ae90273 100644 --- a/Ryujinx.Graphics.Gpu/Constants.cs +++ b/Ryujinx.Graphics.Gpu/Constants.cs @@ -54,5 +54,10 @@ namespace Ryujinx.Graphics.Gpu /// Maximum number of viewports. /// </summary> public const int TotalViewports = 16; + + /// <summary> + /// Maximum size of gl_ClipDistance array in shaders. + /// </summary> + public const int TotalClipDistances = 8; } }
\ No newline at end of file |
