We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b70da commit 70a8089Copy full SHA for 70a8089
layers/error_message/unimplementable_validation.h
@@ -748,6 +748,10 @@ 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
+ " VUID-vkCmdBuildAccelerationStructuresIndirectKHR-None-03407",
755
};
756
757
// VUs from deprecated extensions that would require complex codegen to get working
0 commit comments