Cleanup Pipeline

Housekeeping

More housekeeping
This commit is contained in:
Isaac Marovitz
2024-06-21 00:21:06 +01:00
committed by Evan Husted
parent 74083083cd
commit 197184657f
24 changed files with 77 additions and 92 deletions

View File

@@ -8,7 +8,7 @@ using System.Threading;
namespace Ryujinx.Graphics.Metal
{
[SupportedOSPlatform("macos")]
public class BufferHolder : IDisposable
class BufferHolder : IDisposable
{
private CacheByRange<BufferHolder> _cachedConvertedBuffers;