mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-09 11:17:20 -03:00
needless comment
This commit is contained in:
parent
7a11f9f1b1
commit
e762c7cfb9
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ namespace Ryujinx.Graphics.Rdna3Vulkan
|
|||
features2.Features.ShaderStorageImageMultisample,
|
||||
_physicalDevice.IsDeviceExtensionPresent(ExtConditionalRendering.ExtensionName),
|
||||
_physicalDevice.IsDeviceExtensionPresent(ExtExtendedDynamicState.ExtensionName),
|
||||
features2.Features.MultiViewport, // Workaround for AMD on MoltenVK issue
|
||||
features2.Features.MultiViewport,
|
||||
featuresRobustness2.NullDescriptor,
|
||||
supportsPushDescriptors,
|
||||
propertiesPushDescriptor.MaxPushDescriptors,
|
||||
|
|
Loading…
Reference in a new issue