diff --git a/chapters/renderpass.txt b/chapters/renderpass.txt index 2a492c2a..68bd895a 100644 --- a/chapters/renderpass.txt +++ b/chapters/renderpass.txt @@ -1635,19 +1635,19 @@ include::../api/structs/VkSubpassDescription2KHR.txt[] * pname:viewMask is a bitfield of view indices describing which views rendering is broadcast to in this subpass, when multiview is enabled. * pname:inputAttachmentCount is the number of input attachments. - * pname:pInputAttachments is an array of slink:VkAttachmentReference + * pname:pInputAttachments is an array of slink:VkAttachmentReference2KHR structures defining the input attachments for this subpass and their layouts. * pname:colorAttachmentCount is the number of color attachments. - * pname:pColorAttachments is an array of slink:VkAttachmentReference + * pname:pColorAttachments is an array of slink:VkAttachmentReference2KHR structures defining the color attachments for this subpass and their layouts. * pname:pResolveAttachments is an optional array of - pname:colorAttachmentCount slink:VkAttachmentReference structures + pname:colorAttachmentCount slink:VkAttachmentReference2KHR structures defining the resolve attachments for this subpass and their layouts. * pname:pDepthStencilAttachment is a pointer to a - slink:VkAttachmentReference specifying the depth/stencil attachment for - this subpass and its layout. + slink:VkAttachmentReference2KHR specifying the depth/stencil attachment + for this subpass and its layout. * pname:preserveAttachmentCount is the number of preserved attachments. * pname:pPreserveAttachments is an array of pname:preserveAttachmentCount render pass attachment indices identifying attachments that are not used