dispose drawable texture view

This commit is contained in:
Samuliak 2024-05-25 14:38:39 +02:00 committed by Isaac Marovitz
parent 7784385c37
commit fa8713835c

View file

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