mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-17 05:40:53 -05:00
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
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
public const int MaxViewports = 16;
|
||||
public const int MaxVertexAttribs = 16;
|
||||
public const int MaxVertexBuffers = 16;
|
||||
public const int MaxTransformFeedbackBuffers = 4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user