mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-12 05:05:26 +02:00
misc: chore: Fix object creation in Vulkan project
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
_device = device;
|
||||
_concurrentWaitUnsupported = concurrentWaitUnsupported;
|
||||
|
||||
FenceCreateInfo fenceCreateInfo = new FenceCreateInfo
|
||||
FenceCreateInfo fenceCreateInfo = new()
|
||||
{
|
||||
SType = StructureType.FenceCreateInfo,
|
||||
};
|
||||
|
Reference in New Issue
Block a user