| 2008 | VkDependencyFlags dependencyFlags; |
| 2009 | } VkSubpassDependency; |
| 2010 | typedef struct VkRenderPassCreateInfo { |
| 2011 | VkStructureType sType; |
| 2012 | const void * pNext; |
| 2013 | VkRenderPassCreateFlags flags; |
| 2014 | uint32_t attachmentCount; |
| 2015 | const VkAttachmentDescription * pAttachments; |
| 2016 | uint32_t subpassCount; |
| 2017 | const VkSubpassDescription * pSubpasses; |
| 2018 | uint32_t dependencyCount; |
| 2019 | const VkSubpassDependency * pDependencies; |
| 2020 | } VkRenderPassCreateInfo; |
| 2021 | typedef struct VkEventCreateInfo { |
| 2022 | VkStructureType sType; |
| 2023 | const void * pNext; |