Vulkan-Hpp
VkRenderPassCreateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkRenderPassCreateFlags flags
 
uint32_t attachmentCount
 
const VkAttachmentDescriptionpAttachments
 
uint32_t subpassCount
 
const VkSubpassDescriptionpSubpasses
 
uint32_t dependencyCount
 
const VkSubpassDependencypDependencies
 

Detailed Description

Definition at line 3785 of file vulkan_core.h.

Member Data Documentation

◆ attachmentCount

uint32_t VkRenderPassCreateInfo::attachmentCount

Definition at line 3789 of file vulkan_core.h.

◆ dependencyCount

uint32_t VkRenderPassCreateInfo::dependencyCount

Definition at line 3793 of file vulkan_core.h.

◆ flags

VkRenderPassCreateFlags VkRenderPassCreateInfo::flags

Definition at line 3788 of file vulkan_core.h.

◆ pAttachments

const VkAttachmentDescription* VkRenderPassCreateInfo::pAttachments

Definition at line 3790 of file vulkan_core.h.

◆ pDependencies

const VkSubpassDependency* VkRenderPassCreateInfo::pDependencies

Definition at line 3794 of file vulkan_core.h.

◆ pNext

const void* VkRenderPassCreateInfo::pNext

Definition at line 3787 of file vulkan_core.h.

◆ pSubpasses

const VkSubpassDescription* VkRenderPassCreateInfo::pSubpasses

Definition at line 3792 of file vulkan_core.h.

◆ sType

VkStructureType VkRenderPassCreateInfo::sType

Definition at line 3786 of file vulkan_core.h.

◆ subpassCount

uint32_t VkRenderPassCreateInfo::subpassCount

Definition at line 3791 of file vulkan_core.h.


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