Format
This commit is contained in:
committed by
Isaac Marovitz
parent
29e6f17978
commit
080af8db24
@@ -15,8 +15,8 @@ namespace Ryujinx.Graphics.Metal
|
||||
class Program : IProgram
|
||||
{
|
||||
private ProgramLinkStatus _status;
|
||||
private ShaderSource[] _shaders;
|
||||
private GCHandle[] _handles;
|
||||
private readonly ShaderSource[] _shaders;
|
||||
private readonly GCHandle[] _handles;
|
||||
private int _successCount;
|
||||
|
||||
public MTLFunction VertexFunction;
|
||||
|
||||
Reference in New Issue
Block a user