Fix multiview dynamic rendering tests to enable dynamicRendering feature
authorSlawomir Cygan <slawomir.cygan@intel.com>
Wed, 23 Feb 2022 15:52:15 +0000 (16:52 +0100)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 3 Mar 2022 18:52:14 +0000 (18:52 +0000)
commit7a22e3d6193b79ca4f8fb5651fe8a63358c84a96
tree080d4b604f90e8a8bf0746a95f1d09ec1620201e
parent4b5ce2e2628e7926a9c06ac954d253db685b1751
Fix multiview dynamic rendering tests to enable dynamicRendering feature

The test uses own, custom VkDevice which is created without enabling
'dynamicRendering' feature -  while this feature is used by the test.

The fix is to add VkPhysicalDeviceDynamicRenderingFeatures to the
chain of create infos used for getting and requesting features, so
the feature would be alwyas enabled if supported.

(The support of the feature is checked elsewhere).

Components: Vulkan

VK-GL-CTS Issue 3537

Affects: dEQP-VK.multiview.dynamic_rendering,*

Change-Id: Ibcc9a27e01c5deeff1ef90baf97eee5148244603
external/vulkancts/modules/vulkan/multiview/vktMultiViewRenderTests.cpp