mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 06:22:25 -07:00
Formatting
This commit is contained in:
committed by
Isaac Marovitz
parent
64d12e8d23
commit
264742f085
@@ -26,7 +26,7 @@ namespace Ryujinx.Graphics.Metal
|
|||||||
private MTLCommandEncoder _currentEncoder;
|
private MTLCommandEncoder _currentEncoder;
|
||||||
|
|
||||||
private RenderEncoderState _renderEncoderState;
|
private RenderEncoderState _renderEncoderState;
|
||||||
private MTLVertexDescriptor _vertexDescriptor = new();
|
private readonly MTLVertexDescriptor _vertexDescriptor = new();
|
||||||
private MTLBuffer[] _vertexBuffers;
|
private MTLBuffer[] _vertexBuffers;
|
||||||
|
|
||||||
private MTLBuffer _indexBuffer;
|
private MTLBuffer _indexBuffer;
|
||||||
|
@@ -11,7 +11,7 @@ namespace Ryujinx.Graphics.Metal
|
|||||||
[SupportedOSPlatform("macos")]
|
[SupportedOSPlatform("macos")]
|
||||||
class Program : IProgram
|
class Program : IProgram
|
||||||
{
|
{
|
||||||
private ProgramLinkStatus _status = ProgramLinkStatus.Incomplete;
|
private ProgramLinkStatus _status;
|
||||||
public MTLFunction VertexFunction;
|
public MTLFunction VertexFunction;
|
||||||
public MTLFunction FragmentFunction;
|
public MTLFunction FragmentFunction;
|
||||||
public MTLFunction ComputeFunction;
|
public MTLFunction ComputeFunction;
|
||||||
|
Reference in New Issue
Block a user