mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-07 02:02:34 -07:00
Start Proper Dispose
This commit is contained in:
committed by
Isaac Marovitz
parent
4bbf7b67d4
commit
937d84018e
@@ -329,6 +329,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
public void Dispose()
|
||||
{
|
||||
MTLTexture.SetPurgeableState(MTLPurgeableState.Volatile);
|
||||
MTLTexture.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user