|
SDL
2.0
|
#include <vulkan_core.h>
Collaboration diagram for VkRenderPassCreateInfo:Data Fields | |
| 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 |
Definition at line 2980 of file vulkan_core.h.
| uint32_t VkRenderPassCreateInfo::attachmentCount |
Definition at line 2984 of file vulkan_core.h.
| uint32_t VkRenderPassCreateInfo::dependencyCount |
Definition at line 2988 of file vulkan_core.h.
| VkRenderPassCreateFlags VkRenderPassCreateInfo::flags |
Definition at line 2983 of file vulkan_core.h.
| const VkAttachmentDescription* VkRenderPassCreateInfo::pAttachments |
Definition at line 2985 of file vulkan_core.h.
| const VkSubpassDependency* VkRenderPassCreateInfo::pDependencies |
Definition at line 2989 of file vulkan_core.h.
| const void* VkRenderPassCreateInfo::pNext |
Definition at line 2982 of file vulkan_core.h.
| const VkSubpassDescription* VkRenderPassCreateInfo::pSubpasses |
Definition at line 2987 of file vulkan_core.h.
| VkStructureType VkRenderPassCreateInfo::sType |
Definition at line 2981 of file vulkan_core.h.
| uint32_t VkRenderPassCreateInfo::subpassCount |
Definition at line 2986 of file vulkan_core.h.