Skip to content

Commit 70a8089

Browse files
committed
layers: Add RT GPU-AV VU 03407 to not_going_to_do
1 parent 56b70da commit 70a8089

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

layers/error_message/unimplementable_validation.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,10 @@ const char* not_going_to_do[] = {
748748
// Adding a bunch of generated code to check crazy edge cases for an extension that was only ever added to
749749
// layer OpenGL ES on Vulkan is not worth it
750750
"VUID-VkSamplerCreateInfo-borderColor-04442",
751+
752+
// Implied by VUID-vkCmdBuildAccelerationStructuresKHR-dstAccelerationStructure-03706
753+
"VUID-vkCmdBuildAccelerationStructuresKHR-None-03407",
754+
" VUID-vkCmdBuildAccelerationStructuresIndirectKHR-None-03407",
751755
};
752756

753757
// VUs from deprecated extensions that would require complex codegen to get working

0 commit comments

Comments
 (0)