Merge pull request #851 from krOoze/correct_nonext_structs
Fix missing "2KHR" in VkSubpassDescription2KHR params
This commit is contained in:
commit
e767fdfce9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue