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:
parent
b0d6277a79
commit
c200cb25db
@ -4026,7 +4026,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"vuid": "VUID-VkFramebufferCreateInfo-pAttachments-02603",
|
"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",
|
"vuid": "VUID-VkFramebufferCreateInfo-pAttachments-00879",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user