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.
This commit is contained in:
Shannon McPherson 2019-01-09 15:17:57 -07:00
parent b0d6277a79
commit c200cb25db

View File

@ -4026,7 +4026,7 @@
},
{
"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",