mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 11:37:11 +02:00
Fix Variable Name
This commit is contained in:
parent
4aa63b80f5
commit
1040896155
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -320,7 +320,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
_physicalDevice.IsDeviceExtensionPresent("VK_EXT_shader_stencil_export"),
|
||||
features2.Features.ShaderStorageImageMultisample,
|
||||
_physicalDevice.IsDeviceExtensionPresent(ExtConditionalRendering.ExtensionName),
|
||||
isDynamicStatesupported,
|
||||
isDynamicStateSupported,
|
||||
features2.Features.MultiViewport && !(IsMoltenVk && Vendor == Vendor.Amd), // Workaround for AMD on MoltenVK issue
|
||||
featuresRobustness2.NullDescriptor || !IsMoltenVk,
|
||||
_physicalDevice.IsDeviceExtensionPresent(KhrPushDescriptor.ExtensionName),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue