misc: chore: Use explicit types in Vulkan project
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
_device = device;
|
||||
_concurrentWaitUnsupported = concurrentWaitUnsupported;
|
||||
|
||||
var fenceCreateInfo = new FenceCreateInfo
|
||||
FenceCreateInfo fenceCreateInfo = new FenceCreateInfo
|
||||
{
|
||||
SType = StructureType.FenceCreateInfo,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user