Cleanup Pipeline
Housekeeping More housekeeping
This commit is contained in:
committed by
Evan Husted
parent
74083083cd
commit
197184657f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user