Commit 0beafe86 by Yuly Novikov Committed by Angle LUCI CQ

Ignore VUID-VkSpecializationMapEntry-constantID-00776

New check added in https://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/2903 Blocks VVL rolls. Bug: chromium:1226682 Change-Id: Iaf12187c33a0c3736acae6e772277dbe6aa4c402 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3007137Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 0461d8d4
......@@ -180,6 +180,8 @@ constexpr const char *kSkippedMessages[] = {
"VUID-vkCmdDrawIndexedIndirectCount-None-04584",
// https://anglebug.com/5912
"VUID-VkImageViewCreateInfo-pNext-01585",
// http://crbug.com/1226682
"VUID-VkSpecializationMapEntry-constantID-00776",
};
// Suppress validation errors that are known
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment