23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
ifndef::doctype-manpage[]
|
|
[[VkSubpassDescription,VkSubpassDescription]]
|
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
|
endif::doctype-manpage[]
|
|
ifdef::doctype-manpage[]
|
|
["source","{basebackend@docbook:c++:cpp}"]
|
|
endif::doctype-manpage[]
|
|
------------------------------------------------------------------------------
|
|
typedef struct VkSubpassDescription {
|
|
VkSubpassDescriptionFlags flags;
|
|
VkPipelineBindPoint pipelineBindPoint;
|
|
uint32_t inputAttachmentCount;
|
|
const VkAttachmentReference* pInputAttachments;
|
|
uint32_t colorAttachmentCount;
|
|
const VkAttachmentReference* pColorAttachments;
|
|
const VkAttachmentReference* pResolveAttachments;
|
|
const VkAttachmentReference* pDepthStencilAttachment;
|
|
uint32_t preserveAttachmentCount;
|
|
const uint32_t* pPreserveAttachments;
|
|
} VkSubpassDescription;
|
|
------------------------------------------------------------------------------
|