mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 03:20:53 -05:00
Format
This commit is contained in:
committed by
Evan Husted
parent
95af212cfc
commit
3c1ef06151
@@ -19,8 +19,8 @@ namespace Ryujinx.Graphics.Metal
|
||||
class HelperShader : IDisposable
|
||||
{
|
||||
private const string ShadersSourcePath = "/Ryujinx.Graphics.Metal/Shaders";
|
||||
private readonly Pipeline _pipeline;
|
||||
private MTLDevice _device;
|
||||
private Pipeline _pipeline;
|
||||
|
||||
private readonly IProgram _programColorBlit;
|
||||
private readonly IProgram _programColorClearF;
|
||||
|
||||
Reference in New Issue
Block a user