Start Proper Dispose

This commit is contained in:
Isaac Marovitz
2024-05-23 13:15:23 -04:00
committed by Evan Husted
parent 94e077ca27
commit 58fb8564a8
5 changed files with 17 additions and 11 deletions

View File

@@ -329,6 +329,7 @@ namespace Ryujinx.Graphics.Metal
public void Dispose()
{
MTLTexture.SetPurgeableState(MTLPurgeableState.Volatile);
MTLTexture.Dispose();
}
}
}