diff options
-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", |