Suppress vkUpdateDescriptorSets-None-03047
Bug: dawn:1615 Change-Id: I40f745fe7f7736c9c5ece34fc9fb114d478c9118 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116926 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Zhaoming Jiang <zhaoming.jiang@intel.com> Auto-Submit: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
fb981c8134
commit
afc3f9d4c7
|
@ -102,6 +102,9 @@ constexpr SkippedMessage kSkippedMessages[] = {
|
|||
{"VUID-vkCmdBindDescriptorSets-pDescriptorSets-00358",
|
||||
"is empty (has no bindings). Use VK_NULL_HANDLE to indicate this set is unused if using "
|
||||
"VK_PIPELINE_LAYOUT_CREATE_INDEPENDENT_SETS_BIT_EXT"},
|
||||
// http://crbug.com/dawn/1615
|
||||
{"VUID-vkUpdateDescriptorSets-None-03047",
|
||||
"Cannot call vkUpdateDescriptorSets() to perform write update on VkDescriptorSet"},
|
||||
|
||||
// A warning that's generated on valid usage of the WebGPU API where a fragment output doesn't
|
||||
// have a corresponding attachment
|
||||
|
|
Loading…
Reference in New Issue