Skip to content

Commit

Permalink
Suppress VUID-vkCmdEndDebugUtilsLabelEXT-commandBuffer-01912
Browse files Browse the repository at this point in the history
New VUID added in
KhronosGroup/Vulkan-ValidationLayers#5277

Bug: chromium:1420265
Change-Id: I139815fdfd90439c5a2ea79e467a60ba54ecbc0e
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4296799
Commit-Queue: Corentin Wallez <[email protected]>
Reviewed-by: Corentin Wallez <[email protected]>
Commit-Queue: Yuly Novikov <[email protected]>
Commit-Queue: Roman Lavrov <[email protected]>
Reviewed-by: Roman Lavrov <[email protected]>
  • Loading branch information
y-novikov authored and Angle LUCI CQ committed Feb 28, 2023
1 parent df642b9 commit dd6d830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libANGLE/renderer/vulkan/RendererVk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ constexpr const char *kSkippedMessages[] = {
"VUID-VkDescriptorImageInfo-imageView-06711",
// http://crbug.com/1412096
"VUID-VkImageCreateInfo-pNext-00990",
// http://crbug.com/1420265
"VUID-vkCmdEndDebugUtilsLabelEXT-commandBuffer-01912",
};

// Validation messages that should be ignored only when VK_EXT_primitive_topology_list_restart is
Expand Down

0 comments on commit dd6d830

Please sign in to comment.