aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShannon McPherson <shannon@lunarg.com>2019-01-09 15:17:57 -0700
committerShannon McPherson <shannon@lunarg.com>2019-01-09 15:17:57 -0700
commitc200cb25db0f47364d3318d92c1d8e9dfff2fef1 (patch)
tree57c1b6f48da2b4db8637a45a0f80c15720794dd2
parentb0d6277a79fc7795d50ff3725ee2a6968d30f8da (diff)
downloadvulkan-headers-c200cb25db0f47364d3318d92c1d8e9dfff2fef1.tar.gz
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.
-rw-r--r--registry/validusage.json2
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",