We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9a26e commit b120402Copy full SHA for b120402
layers/error_message/unimplementable_validation.h
@@ -748,6 +748,9 @@ const char* not_going_to_do[] = {
748
// Adding a bunch of generated code to check crazy edge cases for an extension that was only ever added to
749
// layer OpenGL ES on Vulkan is not worth it
750
"VUID-VkSamplerCreateInfo-borderColor-04442",
751
+
752
+ // Implied by VUID-vkCmdBuildAccelerationStructuresKHR-dstAccelerationStructure-03706
753
+ "VUID-vkCmdBuildAccelerationStructuresKHR-None-03407",
754
};
755
756
// VUs from deprecated extensions that would require complex codegen to get working
0 commit comments