WIP: Experimental: Metal backend #439

Closed
GreemDev wants to merge 374 commits from metal into master
Showing only changes of commit 8b7ac4e87f - Show all commits

View File

@ -19,6 +19,8 @@ namespace Ryujinx.Graphics.Metal
{
value.Dispose();
}
GC.SuppressFinalize(this);
}
public T GetOrCreate(TDescriptor descriptor)