Merge pull request #851 from krOoze/correct_nonext_structs

Fix missing "2KHR" in VkSubpassDescription2KHR params
This commit is contained in:
Jon Leech 2018-11-18 01:50:17 -08:00 committed by GitHub
commit e767fdfce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1635,19 +1635,19 @@ include::../api/structs/VkSubpassDescription2KHR.txt[]
* pname:viewMask is a bitfield of view indices describing which views * pname:viewMask is a bitfield of view indices describing which views
rendering is broadcast to in this subpass, when multiview is enabled. rendering is broadcast to in this subpass, when multiview is enabled.
* pname:inputAttachmentCount is the number of input attachments. * 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 structures defining the input attachments for this subpass and their
layouts. layouts.
* pname:colorAttachmentCount is the number of color attachments. * 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 structures defining the color attachments for this subpass and their
layouts. layouts.
* pname:pResolveAttachments is an optional array of * 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. defining the resolve attachments for this subpass and their layouts.
* pname:pDepthStencilAttachment is a pointer to a * pname:pDepthStencilAttachment is a pointer to a
slink:VkAttachmentReference specifying the depth/stencil attachment for slink:VkAttachmentReference2KHR specifying the depth/stencil attachment
this subpass and its layout. for this subpass and its layout.
* pname:preserveAttachmentCount is the number of preserved attachments. * pname:preserveAttachmentCount is the number of preserved attachments.
* pname:pPreserveAttachments is an array of pname:preserveAttachmentCount * pname:pPreserveAttachments is an array of pname:preserveAttachmentCount
render pass attachment indices identifying attachments that are not used render pass attachment indices identifying attachments that are not used