mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-14 21:17:43 -07:00
format
This commit is contained in:
parent
e18e81207d
commit
1c3ac53fb2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user