Start Proper Dispose
This commit is contained in:
committed by
Evan Husted
parent
94e077ca27
commit
58fb8564a8
@@ -329,6 +329,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
public void Dispose()
|
||||
{
|
||||
MTLTexture.SetPurgeableState(MTLPurgeableState.Volatile);
|
||||
MTLTexture.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user