ReactOS 0.4.17-dev-934-g091855f
VkRenderPassCreateInfo2 Struct Reference

#include <vulkan.h>

Collaboration diagram for VkRenderPassCreateInfo2:

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
 

Detailed Description

Definition at line 16767 of file vulkan.h.

Member Data Documentation

◆ attachmentCount

uint32_t VkRenderPassCreateInfo2::attachmentCount

Definition at line 16772 of file vulkan.h.

◆ correlatedViewMaskCount

uint32_t VkRenderPassCreateInfo2::correlatedViewMaskCount

Definition at line 16778 of file vulkan.h.

◆ dependencyCount

uint32_t VkRenderPassCreateInfo2::dependencyCount

Definition at line 16776 of file vulkan.h.

◆ flags

VkRenderPassCreateFlags VkRenderPassCreateInfo2::flags

Definition at line 16771 of file vulkan.h.

◆ pAttachments

const VkAttachmentDescription2* VkRenderPassCreateInfo2::pAttachments

Definition at line 16773 of file vulkan.h.

◆ pCorrelatedViewMasks

const uint32_t* VkRenderPassCreateInfo2::pCorrelatedViewMasks

Definition at line 16779 of file vulkan.h.

◆ pDependencies

const VkSubpassDependency2* VkRenderPassCreateInfo2::pDependencies

Definition at line 16777 of file vulkan.h.

◆ pNext

const void* VkRenderPassCreateInfo2::pNext

Definition at line 16770 of file vulkan.h.

◆ pSubpasses

const VkSubpassDescription2* VkRenderPassCreateInfo2::pSubpasses

Definition at line 16775 of file vulkan.h.

◆ sType

VkStructureType VkRenderPassCreateInfo2::sType

Definition at line 16769 of file vulkan.h.

◆ subpassCount

uint32_t VkRenderPassCreateInfo2::subpassCount

Definition at line 16774 of file vulkan.h.


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