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

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
VkSubpassDescriptionFlags flags
 
VkPipelineBindPoint pipelineBindPoint
 
uint32_t viewMask
 
uint32_t inputAttachmentCount
 
const VkAttachmentReference2pInputAttachments
 
uint32_t colorAttachmentCount
 
const VkAttachmentReference2pColorAttachments
 
const VkAttachmentReference2pResolveAttachments
 
const VkAttachmentReference2pDepthStencilAttachment
 
uint32_t preserveAttachmentCount
 
const uint32_t * pPreserveAttachments
 

Detailed Description

Definition at line 6000 of file vulkan_core.h.

Member Data Documentation

uint32_t VkSubpassDescription2::colorAttachmentCount

Definition at line 6008 of file vulkan_core.h.

VkSubpassDescriptionFlags VkSubpassDescription2::flags

Definition at line 6003 of file vulkan_core.h.

uint32_t VkSubpassDescription2::inputAttachmentCount

Definition at line 6006 of file vulkan_core.h.

const VkAttachmentReference2* VkSubpassDescription2::pColorAttachments

Definition at line 6009 of file vulkan_core.h.

const VkAttachmentReference2* VkSubpassDescription2::pDepthStencilAttachment

Definition at line 6011 of file vulkan_core.h.

const VkAttachmentReference2* VkSubpassDescription2::pInputAttachments

Definition at line 6007 of file vulkan_core.h.

VkPipelineBindPoint VkSubpassDescription2::pipelineBindPoint

Definition at line 6004 of file vulkan_core.h.

const void* VkSubpassDescription2::pNext

Definition at line 6002 of file vulkan_core.h.

const uint32_t* VkSubpassDescription2::pPreserveAttachments

Definition at line 6013 of file vulkan_core.h.

uint32_t VkSubpassDescription2::preserveAttachmentCount

Definition at line 6012 of file vulkan_core.h.

const VkAttachmentReference2* VkSubpassDescription2::pResolveAttachments

Definition at line 6010 of file vulkan_core.h.

VkStructureType VkSubpassDescription2::sType

Definition at line 6001 of file vulkan_core.h.

uint32_t VkSubpassDescription2::viewMask

Definition at line 6005 of file vulkan_core.h.


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