dispose drawable texture view

This commit is contained in:
Samuliak 2024-05-25 14:38:39 +02:00 committed by Evan Husted
parent 6ab989ac54
commit 3be47ae4a9

View file

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