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()