This commit is contained in:
Isaac Marovitz
2024-08-03 17:08:50 +01:00
committed by Evan Husted
parent d707273671
commit 7eaaeea999
4 changed files with 10 additions and 12 deletions

View File

@@ -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;