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:
@ -4,7 +4,7 @@ namespace Ryujinx.Graphics.GAL
|
||||
{
|
||||
private static readonly BufferRange _empty = new BufferRange(BufferHandle.Null, 0, 0);
|
||||
|
||||
public BufferRange Empty => _empty;
|
||||
public static BufferRange Empty => _empty;
|
||||
|
||||
public BufferHandle Handle { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user