SDL 2.0
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkRenderPassCreateFlags | flags |
uint32_t | attachmentCount |
const VkAttachmentDescription2KHR * | pAttachments |
uint32_t | subpassCount |
const VkSubpassDescription2KHR * | pSubpasses |
uint32_t | dependencyCount |
const VkSubpassDependency2KHR * | pDependencies |
uint32_t | correlatedViewMaskCount |
const uint32_t * | pCorrelatedViewMasks |
Definition at line 5601 of file vulkan_core.h.
uint32_t VkRenderPassCreateInfo2KHR::attachmentCount |
Definition at line 5605 of file vulkan_core.h.
uint32_t VkRenderPassCreateInfo2KHR::correlatedViewMaskCount |
Definition at line 5611 of file vulkan_core.h.
uint32_t VkRenderPassCreateInfo2KHR::dependencyCount |
Definition at line 5609 of file vulkan_core.h.
VkRenderPassCreateFlags VkRenderPassCreateInfo2KHR::flags |
Definition at line 5604 of file vulkan_core.h.
const VkAttachmentDescription2KHR* VkRenderPassCreateInfo2KHR::pAttachments |
Definition at line 5606 of file vulkan_core.h.
const uint32_t* VkRenderPassCreateInfo2KHR::pCorrelatedViewMasks |
Definition at line 5612 of file vulkan_core.h.
const VkSubpassDependency2KHR* VkRenderPassCreateInfo2KHR::pDependencies |
Definition at line 5610 of file vulkan_core.h.
const void* VkRenderPassCreateInfo2KHR::pNext |
Definition at line 5603 of file vulkan_core.h.
const VkSubpassDescription2KHR* VkRenderPassCreateInfo2KHR::pSubpasses |
Definition at line 5608 of file vulkan_core.h.
VkStructureType VkRenderPassCreateInfo2KHR::sType |
Definition at line 5602 of file vulkan_core.h.
uint32_t VkRenderPassCreateInfo2KHR::subpassCount |
Definition at line 5607 of file vulkan_core.h.