mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-12 05:05:26 +02:00
Address PR feedback
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Ryujinx.Graphics.Gpu.Shader
|
||||
/// </summary>
|
||||
public GraphicsShader()
|
||||
{
|
||||
Shaders = new CachedShader[5];
|
||||
Shaders = new CachedShader[Constants.ShaderStages];
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user