Texture Copys
This commit is contained in:
parent
1e36815713
commit
70f54f23c9
4 changed files with 73 additions and 20 deletions
|
@ -31,9 +31,7 @@ namespace Ryujinx.Graphics.Metal
|
|||
_device = MTLDevice.CreateSystemDefaultDevice();
|
||||
Queue = _device.NewCommandQueue();
|
||||
|
||||
var commandBuffer = Queue.CommandBuffer();
|
||||
|
||||
_pipeline = new Pipeline(_device, commandBuffer);
|
||||
_pipeline = new Pipeline(_device, Queue);
|
||||
}
|
||||
|
||||
public void BackgroundContextAction(Action action, bool alwaysBackground = false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue