Skip to content

Commit b120402

Browse files
committed
layers: Add RT GPU-AV VU 03407 to not_going_to_do
1 parent 6c9a26e commit b120402

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

layers/error_message/unimplementable_validation.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,9 @@ 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",
751754
};
752755

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

0 commit comments

Comments
 (0)