mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 05:32:26 -07:00
Format
This commit is contained in:
committed by
Isaac Marovitz
parent
45b533b23b
commit
c97e7d621b
@@ -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