mirror of
https://github.com/KhronosGroup/Vulkan-Headers.git
synced 2025-04-11 15:12:55 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue