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 ac6b6139..231152f5 100644 --- a/Ryujinx.Graphics.Gpu/Constants.cs +++ b/Ryujinx.Graphics.Gpu/Constants.cs @@ -36,6 +36,11 @@ namespace Ryujinx.Graphics.Gpu public const int TotalGpStorageBuffers = 16; /// <summary> + /// Maximum number of transform feedback buffers. + /// </summary> + public const int TotalTransformFeedbackBuffers = 4; + + /// <summary> /// Maximum number of render target color buffers. /// </summary> public const int TotalRenderTargets = 8; |