Disable image robustness by default
authorJames Fitzpatrick <james.fitzpatrick@imgtec.com>
Thu, 19 Jan 2023 15:29:58 +0000 (15:29 +0000)
committerPiotr Byszewski <piotr.byszewski@mobica.com>
Fri, 10 Feb 2023 18:07:29 +0000 (18:07 +0000)
commitf7a8ccc235dab8dd616b795e85e2384747600e87
treeb74b3d5dd6327792df141753cc8b8ffda75b4ad6
parent9e3d96e67b78d31d54549f6a605b57a3912a43d1
Disable image robustness by default

Image robustness was being disabled on the default device due to
robustness potentially having

However, when VK_EXT_image_robustness was promoted into Vulkan 1.3
the feature was also added to the 1.3 rollup structure
(VkPhysicalDeviceVulkan1p3Features).

The feature in the 1.3 rollup structure was not being disabled, leading
to robustImageAccess being enabled on any device supporting 1.3

Affects: dEQP-VK.*

Components: vulkan, framework

VK-GL-CTS issue: 4241

Change-Id: I2910fab278a3fd56233db0cee754e9be8372df82
external/vulkancts/framework/vulkan/vkDeviceFeatures.cpp