Commit 6edba641 by Jonah Ryan-Davis Committed by Commit Bot

VK: Suppress VUID-vkCmdBindDescriptorSets-pDescriptorSets-01979

This validation is blocking the vulkan-deps roll. Suppressing until we fix the issue. Bug: chromium:1183542 Change-Id: I05ca95af8bcf77ddb70f01049e5cb07967420c25 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2727645 Commit-Queue: Jonah Ryan-Davis <jonahr@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 87b1875c
...@@ -164,6 +164,8 @@ constexpr const char *kSkippedMessages[] = { ...@@ -164,6 +164,8 @@ constexpr const char *kSkippedMessages[] = {
// http://anglebug.com/5331 // http://anglebug.com/5331
"VUID-VkSubpassDescriptionDepthStencilResolve-depthResolveMode-parameter", "VUID-VkSubpassDescriptionDepthStencilResolve-depthResolveMode-parameter",
"VUID-VkSubpassDescriptionDepthStencilResolve-stencilResolveMode-parameter", "VUID-VkSubpassDescriptionDepthStencilResolve-stencilResolveMode-parameter",
// https://crbug.com/1183542
"VUID-vkCmdBindDescriptorSets-pDescriptorSets-01979",
}; };
// 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