dispose drawable texture view
parent
68f6c08287
commit
051bd144e1
|
|
@ -187,6 +187,9 @@ namespace Ryujinx.Graphics.Metal
|
||||||
_commandBuffer = _commandQueue.CommandBuffer();
|
_commandBuffer = _commandQueue.CommandBuffer();
|
||||||
|
|
||||||
RestoreState();
|
RestoreState();
|
||||||
|
|
||||||
|
// Cleanup
|
||||||
|
dest.Dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Barrier()
|
public void Barrier()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue