mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
format
This commit is contained in:
parent
b6116da940
commit
c4cf4895d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue