Fix missing "2KHR" in VkSubpassDescription2KHR params

This commit is contained in:
Petr Kraus 2018-11-12 23:44:58 +01:00
parent 279452463a
commit 2b837654f2
1 changed files with 5 additions and 5 deletions

View File

@ -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