Fix ds attachment formats in dynamic rendering with inheritance
authorziga-lunarg <ziga@lunarg.com>
Mon, 19 Sep 2022 18:46:43 +0000 (20:46 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 6 Oct 2022 21:07:21 +0000 (21:07 +0000)
commitcdb1c90182a69739cf8ebef0ec9842fa3dee73ea
tree781cfc90433d89e804678886af9bd29e7bde3d63
parent6451cbe0b52d5c6378659ff6e121a353d7adf775
Fix ds attachment formats in dynamic rendering with inheritance

In VkCommandBufferInheritanceRenderingInfoKHR the depthAttachmentFormat
must have a depth aspect or be VK_FORMAT_UNDEFINED, and the
stencilAttachmentFormat must have a stencil aspect or be
VK_FORMAT_UNDEFINED

Components: Vulkan

VK-GL-CTS issue: 3970

Affected tests:
dEQP-VK.dynamic_rendering.*

Change-Id: I6d3248643a7a2b1f5761833828889e3484a25a57
external/vulkancts/modules/vulkan/renderpass/vktRenderPassTests.cpp