mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-12-02 14:42:21 -05:00
Cleanup Pipeline
Housekeeping More housekeeping
This commit is contained in:
committed by
Evan Husted
parent
74083083cd
commit
197184657f
@@ -8,7 +8,7 @@ using System.Threading;
|
||||
namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
[SupportedOSPlatform("macos")]
|
||||
public class BufferHolder : IDisposable
|
||||
class BufferHolder : IDisposable
|
||||
{
|
||||
private CacheByRange<BufferHolder> _cachedConvertedBuffers;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user