mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-11 20:57:47 +02:00
misc: chore: Use collection expressions in OpenGL project
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Ryujinx.Graphics.OpenGL.Image
|
||||
public IntermediatePool(OpenGLRenderer renderer)
|
||||
{
|
||||
_renderer = renderer;
|
||||
_entries = new List<TextureView>();
|
||||
_entries = [];
|
||||
}
|
||||
|
||||
public TextureView GetOrCreateWithAtLeast(
|
||||
|
Reference in New Issue
Block a user