Formatting cleanup
This commit is contained in:
committed by
Evan Husted
parent
353a6ca4bb
commit
b468569665
@@ -59,7 +59,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
_pipeline = pipeline;
|
||||
_buffers = new IdList<BufferHolder>();
|
||||
|
||||
StagingBuffer = new StagingBuffer(_renderer, _pipeline, this);
|
||||
StagingBuffer = new StagingBuffer(_renderer, this);
|
||||
}
|
||||
|
||||
public BufferHandle Create(nint pointer, int size)
|
||||
|
||||
Reference in New Issue
Block a user