diff --git a/src/dawn/native/vulkan/BackendVk.cpp b/src/dawn/native/vulkan/BackendVk.cpp index 409dfe790f..1b69cc9258 100644 --- a/src/dawn/native/vulkan/BackendVk.cpp +++ b/src/dawn/native/vulkan/BackendVk.cpp @@ -183,6 +183,10 @@ constexpr SkippedMessage kSkippedMessages[] = { "exceeds device maxPerStageDescriptorUpdateAfterBindStorageBuffers limit (0)"}, {"VUID-VkPipelineLayoutCreateInfo-descriptorType-03025", "exceeds device maxPerStageDescriptorUpdateAfterBindSampledImages limit (0)"}, + {"VUID-VkPipelineLayoutCreateInfo-descriptorType-03026", + "exceeds device maxPerStageDescriptorUpdateAfterBindStorageImages limit (0)"}, + {"VUID-VkPipelineLayoutCreateInfo-descriptorType-03027", + "exceeds device maxPerStageDescriptorUpdateAfterBindInputAttachments limit (0)"}, {"VUID-VkPipelineLayoutCreateInfo-pSetLayouts-03036", "exceeds device maxDescriptorSetUpdateAfterBindSamplers limit (0)"}, {"VUID-VkPipelineLayoutCreateInfo-pSetLayouts-03037", @@ -191,6 +195,8 @@ constexpr SkippedMessage kSkippedMessages[] = { "exceeds device maxDescriptorSetUpdateAfterBindUniformBuffersDynamic limit (0)"}, {"VUID-VkPipelineLayoutCreateInfo-pSetLayouts-03039", "exceeds device maxDescriptorSetUpdateAfterBindStorageBuffers limit (0)"}, + {"VUID-VkPipelineLayoutCreateInfo-pSetLayouts-03040", + "exceeds device maxDescriptorSetUpdateAfterBindStorageBuffersDynamic limit (0)"}, {"VUID-VkPipelineLayoutCreateInfo-pSetLayouts-03041", "exceeds device maxDescriptorSetUpdateAfterBindSampledImages limit (0)"}, };