mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 07:22:26 -07:00
format
This commit is contained in:
committed by
Isaac Marovitz
parent
264742f085
commit
64c95bd8d8
@@ -11,7 +11,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
[SupportedOSPlatform("macos")]
|
||||
class Program : IProgram
|
||||
{
|
||||
private ProgramLinkStatus _status;
|
||||
private readonly ProgramLinkStatus _status;
|
||||
public MTLFunction VertexFunction;
|
||||
public MTLFunction FragmentFunction;
|
||||
public MTLFunction ComputeFunction;
|
||||
|
Reference in New Issue
Block a user