Skip to content

Commit

Permalink
Remove the suppressed VVL error
Browse files Browse the repository at this point in the history
KhronosGroup/Vulkan-ValidationLayers#8523
is fixed. Remove the VVL error from the suppressed list.

Bug: b/365580001
Change-Id: Ib7a3819e740393306995df1eabec14e1b9878d7a
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5860811
Reviewed-by: Amirali Abdolrashidi <[email protected]>
Commit-Queue: Yuxin Hu <[email protected]>
  • Loading branch information
HuYuxin authored and Angle LUCI CQ committed Sep 15, 2024
1 parent d1f2392 commit 6ee0795
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libANGLE/renderer/vulkan/vk_renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,6 @@ constexpr const char *kSkippedMessages[] = {
// https://anglebug.com/362545033
// VVL bug: https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/8458
"VUID-vkCmdDraw-None-02721",
// https://anglebug.com/365580001
"VUID-vkCmdDrawIndexed-Input-08734",
};

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

0 comments on commit 6ee0795

Please sign in to comment.