#include <vulkan_core.h>
Public Attributes | |
| uint32_t | attachmentCount |
| uint32_t | dependencyCount |
| VkRenderPassCreateFlags | flags |
| const VkAttachmentDescription * | pAttachments |
| const VkSubpassDependency * | pDependencies |
| const void * | pNext |
| const VkSubpassDescription * | pSubpasses |
| VkStructureType | sType |
| uint32_t | subpassCount |
Definition at line 2522 of file vulkan_core.h.
| uint32_t VkRenderPassCreateInfo::attachmentCount |
Definition at line 2526 of file vulkan_core.h.
| uint32_t VkRenderPassCreateInfo::dependencyCount |
Definition at line 2530 of file vulkan_core.h.
| VkRenderPassCreateFlags VkRenderPassCreateInfo::flags |
Definition at line 2525 of file vulkan_core.h.
| const VkAttachmentDescription* VkRenderPassCreateInfo::pAttachments |
Definition at line 2527 of file vulkan_core.h.
| const VkSubpassDependency* VkRenderPassCreateInfo::pDependencies |
Definition at line 2531 of file vulkan_core.h.
| const void* VkRenderPassCreateInfo::pNext |
Definition at line 2524 of file vulkan_core.h.
| const VkSubpassDescription* VkRenderPassCreateInfo::pSubpasses |
Definition at line 2529 of file vulkan_core.h.
| VkStructureType VkRenderPassCreateInfo::sType |
Definition at line 2523 of file vulkan_core.h.
| uint32_t VkRenderPassCreateInfo::subpassCount |
Definition at line 2528 of file vulkan_core.h.