0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2024-12-22 23:55:47 +00:00

dispose drawable texture view

This commit is contained in:
Samuliak 2024-05-25 14:38:39 +02:00 committed by Isaac Marovitz
parent 68f6c08287
commit 051bd144e1

View file

@ -187,6 +187,9 @@ namespace Ryujinx.Graphics.Metal
_commandBuffer = _commandQueue.CommandBuffer();
RestoreState();
// Cleanup
dest.Dispose();
}
public void Barrier()