mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-27 22:37:08 +00:00
misc: chore: Fix object creation in Vulkan project
This commit is contained in:
parent
eae6dba610
commit
5f023ca49b
37 changed files with 172 additions and 172 deletions
|
|
@ -86,7 +86,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
|
||||
Size = (int)structureOffset;
|
||||
|
||||
DescriptorUpdateTemplateCreateInfo info = new DescriptorUpdateTemplateCreateInfo()
|
||||
DescriptorUpdateTemplateCreateInfo info = new()
|
||||
{
|
||||
SType = StructureType.DescriptorUpdateTemplateCreateInfo,
|
||||
DescriptorUpdateEntryCount = (uint)segments.Length,
|
||||
|
|
@ -173,7 +173,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
|
||||
Size = (int)structureOffset;
|
||||
|
||||
DescriptorUpdateTemplateCreateInfo info = new DescriptorUpdateTemplateCreateInfo()
|
||||
DescriptorUpdateTemplateCreateInfo info = new()
|
||||
{
|
||||
SType = StructureType.DescriptorUpdateTemplateCreateInfo,
|
||||
DescriptorUpdateEntryCount = (uint)entry,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue