Vulkan-ValidationLayers
Vulkan-ValidationLayers copied to clipboard
Add back VK_EXT_attachment_feedback_loop_layout drawtime check
Currently
- VUID-vkCmdDraw-None-09000
- VUID-vkCmdDraw-None-09001
- VUID-vkCmdDraw-None-09002
are not well defined and it lacks enough tests to make sure we are not giving out false positives
original code - https://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/8096