mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-11 04:02:33 -07:00
Texture Copys
This commit is contained in:
committed by
Isaac Marovitz
parent
1e36815713
commit
70f54f23c9
@@ -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)
|
||||
|
Reference in New Issue
Block a user