Commit 139f8149 by Tobin Ehlis Committed by Commit Bot

Vulkan: Suppress VUID-vkCmdClearColorImage-image-01993

The latest VVL roll is generating many new errors for VUID-vkCmdClearColorImage-image-01993. This CL will suppress the error messages to prevent the test failures until they can be fixed. Bug: angleproject:4577 Change-Id: I3ea4986c1f43c7d7921761e537d6d51cac3327e5 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2157853Reviewed-by: 's avatarTim Van Patten <timvp@google.com> Commit-Queue: Tobin Ehlis <tobine@google.com>
parent 54a3d7cb
...@@ -131,6 +131,8 @@ constexpr const char *kSkippedMessages[] = { ...@@ -131,6 +131,8 @@ constexpr const char *kSkippedMessages[] = {
"VUID-vkQueuePresentKHR-pWaitSemaphores-03268", "VUID-vkQueuePresentKHR-pWaitSemaphores-03268",
// http://anglebug.com/4572 // http://anglebug.com/4572
"VUID-vkCmdCopyImageToBuffer-srcImage-01998", "VUID-vkCmdCopyImageToBuffer-srcImage-01998",
// http://anglebug.com/4577
"VUID-vkCmdClearColorImage-image-01993",
}; };
// Suppress validation errors that are known // 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