misc: chore: Fix object creation in Vulkan project
This commit is contained in:
@@ -215,7 +215,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
|
||||
bool supportsPushDescriptors = _physicalDevice.IsDeviceExtensionPresent(KhrPushDescriptor.ExtensionName);
|
||||
|
||||
PhysicalDevicePushDescriptorPropertiesKHR propertiesPushDescriptor = new PhysicalDevicePushDescriptorPropertiesKHR()
|
||||
PhysicalDevicePushDescriptorPropertiesKHR propertiesPushDescriptor = new()
|
||||
{
|
||||
SType = StructureType.PhysicalDevicePushDescriptorPropertiesKhr
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user