registry: Update `validusage.json` for VUID 02603
authorShannon McPherson <shannon@lunarg.com>
Wed, 9 Jan 2019 22:17:57 +0000 (15:17 -0700)
committerShannon McPherson <shannon@lunarg.com>
Wed, 9 Jan 2019 22:17:57 +0000 (15:17 -0700)
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

index 9b2d2c8..d7ae154 100644 (file)
         },
         {
           "vuid": "VUID-VkFramebufferCreateInfo-pAttachments-02603",
-          "text": " Each element of <code>pAttachments</code> that is used as a depth/stencil"
+          "text": " Each element of <code>pAttachments</code> that is used as a depth/stencil attachment or depth/stencil resolve attachment by <code>renderPass</code> <strong class=\"purple\">must</strong> have been created with a <code>usage</code> value including <code>VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT</code>"
         },
         {
           "vuid": "VUID-VkFramebufferCreateInfo-pAttachments-00879",