mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-15 05:27:42 -07:00
format
This commit is contained in:
parent
e18e81207d
commit
1c3ac53fb2
@ -11,7 +11,7 @@ namespace Ryujinx.Graphics.Metal
|
|||||||
[SupportedOSPlatform("macos")]
|
[SupportedOSPlatform("macos")]
|
||||||
class Program : IProgram
|
class Program : IProgram
|
||||||
{
|
{
|
||||||
private ProgramLinkStatus _status;
|
private readonly ProgramLinkStatus _status;
|
||||||
public MTLFunction VertexFunction;
|
public MTLFunction VertexFunction;
|
||||||
public MTLFunction FragmentFunction;
|
public MTLFunction FragmentFunction;
|
||||||
public MTLFunction ComputeFunction;
|
public MTLFunction ComputeFunction;
|
||||||
|
Loading…
Reference in New Issue
Block a user