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

#include <vulkan_core.h>

Public Attributes

VkSubpassDescriptionFlags flags
 
VkPipelineBindPoint pipelineBindPoint
 
uint32_t inputAttachmentCount
 
const VkAttachmentReferencepInputAttachments
 
uint32_t colorAttachmentCount
 
const VkAttachmentReferencepColorAttachments
 
const VkAttachmentReferencepResolveAttachments
 
const VkAttachmentReferencepDepthStencilAttachment
 
uint32_t preserveAttachmentCount
 
const uint32_t * pPreserveAttachments
 

Detailed Description

Definition at line 3755 of file vulkan_core.h.

Member Data Documentation

uint32_t VkSubpassDescription::colorAttachmentCount

Definition at line 3760 of file vulkan_core.h.

VkSubpassDescriptionFlags VkSubpassDescription::flags

Definition at line 3756 of file vulkan_core.h.

uint32_t VkSubpassDescription::inputAttachmentCount

Definition at line 3758 of file vulkan_core.h.

const VkAttachmentReference* VkSubpassDescription::pColorAttachments

Definition at line 3761 of file vulkan_core.h.

const VkAttachmentReference* VkSubpassDescription::pDepthStencilAttachment

Definition at line 3763 of file vulkan_core.h.

const VkAttachmentReference* VkSubpassDescription::pInputAttachments

Definition at line 3759 of file vulkan_core.h.

VkPipelineBindPoint VkSubpassDescription::pipelineBindPoint

Definition at line 3757 of file vulkan_core.h.

const uint32_t* VkSubpassDescription::pPreserveAttachments

Definition at line 3765 of file vulkan_core.h.

uint32_t VkSubpassDescription::preserveAttachmentCount

Definition at line 3764 of file vulkan_core.h.

const VkAttachmentReference* VkSubpassDescription::pResolveAttachments

Definition at line 3762 of file vulkan_core.h.


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