17 lines
680 B
Plaintext
17 lines
680 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkRenderPassCreateInfo,VkRenderPassCreateInfo]]
|
|
[source,c++]
|
|
----
|
|
typedef struct VkRenderPassCreateInfo {
|
|
VkStructureType sType;
|
|
const void* pNext;
|
|
VkRenderPassCreateFlags flags;
|
|
uint32_t attachmentCount;
|
|
const VkAttachmentDescription* pAttachments;
|
|
uint32_t subpassCount;
|
|
const VkSubpassDescription* pSubpasses;
|
|
uint32_t dependencyCount;
|
|
const VkSubpassDependency* pDependencies;
|
|
} VkRenderPassCreateInfo;
|
|
----
|