mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-11 01:22:32 -07:00
HelperShaders class
This commit is contained in:
committed by
Isaac Marovitz
parent
00fce5a51d
commit
93c71110e1
@@ -46,12 +46,12 @@ namespace Ryujinx.Graphics.Metal
|
||||
MTLCaptureManager.SharedCaptureManager().StartCapture(captureDescriptor, ref captureError);
|
||||
if (captureError != IntPtr.Zero)
|
||||
{
|
||||
Console.Write($"Failed to start capture! {StringHelper.String(captureError.LocalizedDescription)}");
|
||||
Console.WriteLine($"Failed to start capture! {StringHelper.String(captureError.LocalizedDescription)}");
|
||||
|
||||
}
|
||||
|
||||
_window = new Window(this, layer);
|
||||
_pipeline = new Pipeline(_device, _queue, layer);
|
||||
_pipeline = new Pipeline(_device, _queue);
|
||||
}
|
||||
|
||||
public void BackgroundContextAction(Action action, bool alwaysBackground = false)
|
||||
|
Reference in New Issue
Block a user