Ignore VUID-vkCmdDraw-None-06538 VVL message

To get vulkan-deps roll going

Bug: chromium:1310052
Change-Id: Ia47aa9a486256a9b3c96b90a66cd39bd2ec7c155
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/84724
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
Yuly Novikov 2022-03-24 23:54:36 +00:00 committed by Dawn LUCI CQ
parent d2c9864b8e
commit 1e988b417c
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ constexpr SkippedMessage kSkippedMessages[] = {
"stencil aspect during store with stencilStoreOp VK_ATTACHMENT_STORE_OP_STORE. Access info "
"(usage: SYNC_LATE_FRAGMENT_TESTS_DEPTH_STENCIL_ATTACHMENT_WRITE, prior_usage: "
"SYNC_FRAGMENT_SHADER_SHADER_STORAGE_READ, read_barriers: VK_PIPELINE_STAGE_2_NONE"},
// http://crbug.com/1310052
{"", "VUID-vkCmdDraw-None-06538"},
};
namespace dawn::native::vulkan {