diff --git a/src/dawn/native/vulkan/BackendVk.cpp b/src/dawn/native/vulkan/BackendVk.cpp index db650717b1..e90cee6ab4 100644 --- a/src/dawn/native/vulkan/BackendVk.cpp +++ b/src/dawn/native/vulkan/BackendVk.cpp @@ -98,10 +98,6 @@ constexpr SkippedMessage kSkippedMessages[] = { // http://anglebug.com/7513 {"VUID-VkGraphicsPipelineCreateInfo-pStages-06896", "contains fragment shader state, but stages"}, - // http://crbug.com/dawn/1627 - {"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"}, // A warning that's generated on valid usage of the WebGPU API where a fragment output doesn't // have a corresponding attachment