Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkRenderPassCreateInfo2 Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const void * pNext
 
VkRenderPassCreateFlags flags
 
uint32_t attachmentCount
 
const VkAttachmentDescription2pAttachments
 
uint32_t subpassCount
 
const VkSubpassDescription2pSubpasses
 
uint32_t dependencyCount
 
const VkSubpassDependency2pDependencies
 
uint32_t correlatedViewMaskCount
 
const uint32_t * pCorrelatedViewMasks
 

Detailed Description

Definition at line 6150 of file vulkan_core.h.

Field Documentation

◆ attachmentCount

uint32_t VkRenderPassCreateInfo2::attachmentCount

Definition at line 6154 of file vulkan_core.h.

◆ correlatedViewMaskCount

uint32_t VkRenderPassCreateInfo2::correlatedViewMaskCount

Definition at line 6160 of file vulkan_core.h.

◆ dependencyCount

uint32_t VkRenderPassCreateInfo2::dependencyCount

Definition at line 6158 of file vulkan_core.h.

◆ flags

VkRenderPassCreateFlags VkRenderPassCreateInfo2::flags

Definition at line 6153 of file vulkan_core.h.

◆ pAttachments

const VkAttachmentDescription2* VkRenderPassCreateInfo2::pAttachments

Definition at line 6155 of file vulkan_core.h.

◆ pCorrelatedViewMasks

const uint32_t* VkRenderPassCreateInfo2::pCorrelatedViewMasks

Definition at line 6161 of file vulkan_core.h.

◆ pDependencies

const VkSubpassDependency2* VkRenderPassCreateInfo2::pDependencies

Definition at line 6159 of file vulkan_core.h.

◆ pNext

const void* VkRenderPassCreateInfo2::pNext

Definition at line 6152 of file vulkan_core.h.

◆ pSubpasses

const VkSubpassDescription2* VkRenderPassCreateInfo2::pSubpasses

Definition at line 6157 of file vulkan_core.h.

◆ sType

VkStructureType VkRenderPassCreateInfo2::sType

Definition at line 6151 of file vulkan_core.h.

◆ subpassCount

uint32_t VkRenderPassCreateInfo2::subpassCount

Definition at line 6156 of file vulkan_core.h.


The documentation for this struct was generated from the following file: