Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions layers/error_message/unimplementable_validation.h
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,10 @@ const char* not_going_to_do[] = {
// Adding a bunch of generated code to check crazy edge cases for an extension that was only ever added to
// layer OpenGL ES on Vulkan is not worth it
"VUID-VkSamplerCreateInfo-borderColor-04442",

// Implied by VUID-vkCmdBuildAccelerationStructuresKHR-dstAccelerationStructure-03706
"VUID-vkCmdBuildAccelerationStructuresKHR-None-03407",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VUID-vkCmdBuildAccelerationStructuresIndirectKHR-None-03407 as well?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes indeed

" VUID-vkCmdBuildAccelerationStructuresIndirectKHR-None-03407",
};

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