HDK
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkRenderPassCreateFlags | flags |
uint32_t | attachmentCount |
const VkAttachmentDescription2 * | pAttachments |
uint32_t | subpassCount |
const VkSubpassDescription2 * | pSubpasses |
uint32_t | dependencyCount |
const VkSubpassDependency2 * | pDependencies |
uint32_t | correlatedViewMaskCount |
const uint32_t * | pCorrelatedViewMasks |
Definition at line 6029 of file vulkan_core.h.
uint32_t VkRenderPassCreateInfo2::attachmentCount |
Definition at line 6033 of file vulkan_core.h.
uint32_t VkRenderPassCreateInfo2::correlatedViewMaskCount |
Definition at line 6039 of file vulkan_core.h.
uint32_t VkRenderPassCreateInfo2::dependencyCount |
Definition at line 6037 of file vulkan_core.h.
VkRenderPassCreateFlags VkRenderPassCreateInfo2::flags |
Definition at line 6032 of file vulkan_core.h.
const VkAttachmentDescription2* VkRenderPassCreateInfo2::pAttachments |
Definition at line 6034 of file vulkan_core.h.
const uint32_t* VkRenderPassCreateInfo2::pCorrelatedViewMasks |
Definition at line 6040 of file vulkan_core.h.
const VkSubpassDependency2* VkRenderPassCreateInfo2::pDependencies |
Definition at line 6038 of file vulkan_core.h.
const void* VkRenderPassCreateInfo2::pNext |
Definition at line 6031 of file vulkan_core.h.
const VkSubpassDescription2* VkRenderPassCreateInfo2::pSubpasses |
Definition at line 6036 of file vulkan_core.h.
VkStructureType VkRenderPassCreateInfo2::sType |
Definition at line 6030 of file vulkan_core.h.
uint32_t VkRenderPassCreateInfo2::subpassCount |
Definition at line 6035 of file vulkan_core.h.