mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-24 18:20:12 +01:00
Make Texture Volatile on dispose
This commit is contained in:
parent
c97e7d621b
commit
e6c2e5873c
@ -327,12 +327,12 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public void Release()
|
||||
{
|
||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
||||
Dispose();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
||||
MTLTexture.SetPurgeableState(MTLPurgeableState.Volatile);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user