mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-30 21:22:23 -05:00
misc: chore: Use collection expressions in Vulkan project
This commit is contained in:
@@ -18,8 +18,8 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
|
||||
for (int index = 0; index < TotalSets; index++)
|
||||
{
|
||||
_resourceDescriptors[index] = new();
|
||||
_resourceUsages[index] = new();
|
||||
_resourceDescriptors[index] = [];
|
||||
_resourceUsages[index] = [];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user