Cleanup Pipeline
Housekeeping More housekeeping
This commit is contained in:
committed by
Evan Husted
parent
74083083cd
commit
197184657f
@@ -5,7 +5,7 @@ using System.Runtime.Versioning;
|
||||
namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
[SupportedOSPlatform("macos")]
|
||||
public abstract class StateCache<T, TDescriptor, THash> : IDisposable where T : IDisposable
|
||||
abstract class StateCache<T, TDescriptor, THash> : IDisposable where T : IDisposable
|
||||
{
|
||||
private readonly Dictionary<THash, T> _cache = new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user