Format
This commit is contained in:
committed by
Evan Husted
parent
d707273671
commit
7eaaeea999
@@ -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