diff options
author | Shannon McPherson <[email protected]> | 2019-01-09 15:17:57 -0700 |
---|---|---|
committer | Shannon McPherson <[email protected]> | 2019-01-09 15:17:57 -0700 |
commit | c200cb25db0f47364d3318d92c1d8e9dfff2fef1 (patch) | |
tree | 57c1b6f48da2b4db8637a45a0f80c15720794dd2 /registry/validusage.json | |
parent | b0d6277a79fc7795d50ff3725ee2a6968d30f8da (diff) | |
download | Vulkan-Headers-c200cb25db0f47364d3318d92c1d8e9dfff2fef1.tar.gz Vulkan-Headers-c200cb25db0f47364d3318d92c1d8e9dfff2fef1.zip |
registry: Update `validusage.json` for VUID 02603v1.1.97sdk-1.1.97.0sdk-1.1.97
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.
Diffstat (limited to 'registry/validusage.json')
-rw-r--r-- | registry/validusage.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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", |