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

Suppress VUID-vkCmdDraw-None-02698 validation

A bug in Vulkan-ValidationLayers is stopping changes from being rolled into ANGLE. Suppress this warning for now, until the root cause is addressed. Bug: angleproject:5191 Change-Id: I7c6cb65055bdc7b2eb3679f26f09530b1cff3775 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2495543Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jonah Ryan-Davis <jonahr@google.com>
parent 31868665
...@@ -156,6 +156,8 @@ constexpr const char *kSkippedMessages[] = { ...@@ -156,6 +156,8 @@ constexpr const char *kSkippedMessages[] = {
"VUID-vkMapMemory-memory-00683", "VUID-vkMapMemory-memory-00683",
// http://anglebug.com/5027 // http://anglebug.com/5027
"UNASSIGNED-CoreValidation-Shader-PushConstantOutOfRange", "UNASSIGNED-CoreValidation-Shader-PushConstantOutOfRange",
// http://anglebug.com/5191
"VUID-vkCmdDraw-None-02698",
}; };
// 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