From c200cb25db0f47364d3318d92c1d8e9dfff2fef1 Mon Sep 17 00:00:00 2001 From: Shannon McPherson Date: Wed, 9 Jan 2019 15:17:57 -0700 Subject: [PATCH] registry: Update `validusage.json` for VUID 02603 An `ifdef` statement found in the middle of a VUID definition resulted in everything following this statement being dropped from the `validusage.json` generated file. This commit includes a manual correction to the VUID-VkFramebufferCreateInfo-pAttachments-02603 definition. --- registry/validusage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/validusage.json b/registry/validusage.json index 9b2d2c8..d7ae154 100644 --- a/registry/validusage.json +++ b/registry/validusage.json @@ -4026,7 +4026,7 @@ }, { "vuid": "VUID-VkFramebufferCreateInfo-pAttachments-02603", - "text": " Each element of pAttachments that is used as a depth/stencil" + "text": " Each element of pAttachments that is used as a depth/stencil attachment or depth/stencil resolve attachment by renderPass must have been created with a usage value including VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT" }, { "vuid": "VUID-VkFramebufferCreateInfo-pAttachments-00879", -- 2.7.4