Cleanup Pipeline
Housekeeping More housekeeping
This commit is contained in:
parent
30b50a99e4
commit
b1928461bb
24 changed files with 77 additions and 92 deletions
|
@ -26,7 +26,7 @@ namespace Ryujinx.Graphics.Metal
|
|||
if (_pool == null)
|
||||
{
|
||||
MTLCommandQueue queue = _renderer.BackgroundQueue;
|
||||
_pool = new CommandBufferPool(queue.Device, queue);
|
||||
_pool = new CommandBufferPool(queue);
|
||||
}
|
||||
|
||||
return _pool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue