mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-27 09:02:54 +00:00
misc: chore: Use collection expressions in Gpu project
This commit is contained in:
@@ -134,8 +134,8 @@ namespace Ryujinx.Graphics.Gpu.Image
|
||||
|
||||
Offset = offset;
|
||||
Size = (int)size;
|
||||
Overlaps = new List<Texture>();
|
||||
Dependencies = new List<TextureDependency>();
|
||||
Overlaps = [];
|
||||
Dependencies = [];
|
||||
|
||||
BaseSlice = baseSlice;
|
||||
SliceCount = sliceCount;
|
||||
|
||||
Reference in New Issue
Block a user