From: Shannon McPherson Date: Wed, 9 Jan 2019 22:17:57 +0000 (-0700) Subject: registry: Update `validusage.json` for VUID 02603 X-Git-Tag: upstream/1.2.179~117 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c200cb25db0f47364d3318d92c1d8e9dfff2fef1;p=platform%2Fupstream%2FVulkan-Headers.git 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. --- 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",