From 812e32f7753d452f5c6776fa18e2b2a26b4ff3bb Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 25 Oct 2020 17:23:42 -0300 Subject: Fix transform feedback errors caused by host pause/resume and multiple uses (#1634) * Fix transform feedback errors caused by host pause/resume * Fix TFB being used as something else issue with copies * This is supposed to be StreamCopy --- Ryujinx.Graphics.OpenGL/Constants.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Ryujinx.Graphics.OpenGL/Constants.cs') diff --git a/Ryujinx.Graphics.OpenGL/Constants.cs b/Ryujinx.Graphics.OpenGL/Constants.cs index 9775b240..8817011a 100644 --- a/Ryujinx.Graphics.OpenGL/Constants.cs +++ b/Ryujinx.Graphics.OpenGL/Constants.cs @@ -6,5 +6,6 @@ public const int MaxViewports = 16; public const int MaxVertexAttribs = 16; public const int MaxVertexBuffers = 16; + public const int MaxTransformFeedbackBuffers = 4; } } -- cgit v1.2.3