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

#include <vulkan_core.h>

Data Fields

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 3889 of file vulkan_core.h.

Field Documentation

◆ attachmentCount

uint32_t VkRenderPassCreateInfo::attachmentCount

Definition at line 3893 of file vulkan_core.h.

◆ dependencyCount

uint32_t VkRenderPassCreateInfo::dependencyCount

Definition at line 3897 of file vulkan_core.h.

◆ flags

VkRenderPassCreateFlags VkRenderPassCreateInfo::flags

Definition at line 3892 of file vulkan_core.h.

◆ pAttachments

const VkAttachmentDescription* VkRenderPassCreateInfo::pAttachments

Definition at line 3894 of file vulkan_core.h.

◆ pDependencies

const VkSubpassDependency* VkRenderPassCreateInfo::pDependencies

Definition at line 3898 of file vulkan_core.h.

◆ pNext

const void* VkRenderPassCreateInfo::pNext

Definition at line 3891 of file vulkan_core.h.

◆ pSubpasses

const VkSubpassDescription* VkRenderPassCreateInfo::pSubpasses

Definition at line 3896 of file vulkan_core.h.

◆ sType

VkStructureType VkRenderPassCreateInfo::sType

Definition at line 3890 of file vulkan_core.h.

◆ subpassCount

uint32_t VkRenderPassCreateInfo::subpassCount

Definition at line 3895 of file vulkan_core.h.


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