mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 00:11:07 -05:00
misc: chore: Use collection expressions in Gpu project
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Ryujinx.Graphics.Gpu.Shader
|
||||
/// </summary>
|
||||
class ShaderSpecializationList : IEnumerable<CachedShaderProgram>
|
||||
{
|
||||
private readonly List<CachedShaderProgram> _entries = new();
|
||||
private readonly List<CachedShaderProgram> _entries = [];
|
||||
|
||||
/// <summary>
|
||||
/// Adds a program to the list.
|
||||
|
||||
Reference in New Issue
Block a user