mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-12-26 18:43:04 +00:00
dispose drawable texture view
This commit is contained in:
parent
68f6c08287
commit
051bd144e1
1 changed files with 3 additions and 0 deletions
|
@ -187,6 +187,9 @@ namespace Ryujinx.Graphics.Metal
|
|||
_commandBuffer = _commandQueue.CommandBuffer();
|
||||
|
||||
RestoreState();
|
||||
|
||||
// Cleanup
|
||||
dest.Dispose();
|
||||
}
|
||||
|
||||
public void Barrier()
|
||||
|
|
Loading…
Reference in a new issue