mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-30 22:12:22 -05:00
misc: chore: Use collection expressions in Vulkan project
This commit is contained in:
@@ -113,7 +113,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
|
||||
if (storages == null)
|
||||
{
|
||||
storages = new HashSet<TextureStorage>();
|
||||
storages = [];
|
||||
|
||||
for (int index = 0; index < _textureRefs.Length; index++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user