Vulkan: Do not set storage flag for multisample textures if not supported (#5060)
This commit is contained in:
parent
6cb6b15612
commit
4ca78eded5
4 changed files with 8 additions and 4 deletions
|
@ -295,6 +295,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
supportsSubgroupSizeControl,
|
||||
featuresShaderInt8.ShaderInt8,
|
||||
_physicalDevice.IsDeviceExtensionPresent("VK_EXT_shader_stencil_export"),
|
||||
features2.Features.ShaderStorageImageMultisample,
|
||||
_physicalDevice.IsDeviceExtensionPresent(ExtConditionalRendering.ExtensionName),
|
||||
_physicalDevice.IsDeviceExtensionPresent(ExtExtendedDynamicState.ExtensionName),
|
||||
features2.Features.MultiViewport,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue