1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkRenderPassCreateInfo,VkRenderPassCreateInfo]] 3[source,c++] 4---- 5typedef struct VkRenderPassCreateInfo { 6 VkStructureType sType; 7 const void* pNext; 8 VkRenderPassCreateFlags flags; 9 uint32_t attachmentCount; 10 const VkAttachmentDescription* pAttachments; 11 uint32_t subpassCount; 12 const VkSubpassDescription* pSubpasses; 13 uint32_t dependencyCount; 14 const VkSubpassDependency* pDependencies; 15} VkRenderPassCreateInfo; 16---- 17