Format
This commit is contained in:
parent
45b533b23b
commit
c97e7d621b
3 changed files with 11 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue