Start Proper Dispose
This commit is contained in:
parent
4bbf7b67d4
commit
937d84018e
5 changed files with 17 additions and 11 deletions
|
@ -329,6 +329,7 @@ namespace Ryujinx.Graphics.Metal
|
|||
public void Dispose()
|
||||
{
|
||||
MTLTexture.SetPurgeableState(MTLPurgeableState.Volatile);
|
||||
MTLTexture.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue