HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkRenderPassCreateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
VkRenderPassCreateFlags flags
 
uint32_t attachmentCount
 
const VkAttachmentDescriptionpAttachments
 
uint32_t subpassCount
 
const VkSubpassDescriptionpSubpasses
 
uint32_t dependencyCount
 
const VkSubpassDependencypDependencies
 

Detailed Description

Definition at line 3778 of file vulkan_core.h.

Member Data Documentation

uint32_t VkRenderPassCreateInfo::attachmentCount

Definition at line 3782 of file vulkan_core.h.

uint32_t VkRenderPassCreateInfo::dependencyCount

Definition at line 3786 of file vulkan_core.h.

VkRenderPassCreateFlags VkRenderPassCreateInfo::flags

Definition at line 3781 of file vulkan_core.h.

const VkAttachmentDescription* VkRenderPassCreateInfo::pAttachments

Definition at line 3783 of file vulkan_core.h.

const VkSubpassDependency* VkRenderPassCreateInfo::pDependencies

Definition at line 3787 of file vulkan_core.h.

const void* VkRenderPassCreateInfo::pNext

Definition at line 3780 of file vulkan_core.h.

const VkSubpassDescription* VkRenderPassCreateInfo::pSubpasses

Definition at line 3785 of file vulkan_core.h.

VkStructureType VkRenderPassCreateInfo::sType

Definition at line 3779 of file vulkan_core.h.

uint32_t VkRenderPassCreateInfo::subpassCount

Definition at line 3784 of file vulkan_core.h.


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