mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-19 17:48:23 +00:00
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
|
* 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user