Cleanup Pipeline
Housekeeping More housekeeping
This commit is contained in:
parent
30b50a99e4
commit
b1928461bb
24 changed files with 77 additions and 92 deletions
|
@ -5,7 +5,7 @@ using System.Runtime.Versioning;
|
|||
|
||||
namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
public struct DirtyFlags
|
||||
struct DirtyFlags
|
||||
{
|
||||
public bool RenderPipeline = false;
|
||||
public bool ComputePipeline = false;
|
||||
|
@ -21,7 +21,7 @@ namespace Ryujinx.Graphics.Metal
|
|||
}
|
||||
}
|
||||
|
||||
public record struct BufferRef
|
||||
record struct BufferRef
|
||||
{
|
||||
public Auto<DisposableBuffer> Buffer;
|
||||
public int Index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue