ReactOS 0.4.17-dev-934-g091855f
VkSubpassDescription2 Struct Reference

#include <vulkan.h>

Collaboration diagram for VkSubpassDescription2:

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkSubpassDescriptionFlags flags
 
VkPipelineBindPoint pipelineBindPoint
 
uint32_t viewMask
 
uint32_t inputAttachmentCount
 
const VkAttachmentReference2 * pInputAttachments
 
uint32_t colorAttachmentCount
 
const VkAttachmentReference2 * pColorAttachments
 
const VkAttachmentReference2 * pResolveAttachments
 
const VkAttachmentReference2 * pDepthStencilAttachment
 
uint32_t preserveAttachmentCount
 
const uint32_t * pPreserveAttachments
 

Detailed Description

Definition at line 14221 of file vulkan.h.

Member Data Documentation

◆ colorAttachmentCount

uint32_t VkSubpassDescription2::colorAttachmentCount

Definition at line 14230 of file vulkan.h.

◆ flags

VkSubpassDescriptionFlags VkSubpassDescription2::flags

Definition at line 14225 of file vulkan.h.

◆ inputAttachmentCount

uint32_t VkSubpassDescription2::inputAttachmentCount

Definition at line 14228 of file vulkan.h.

◆ pColorAttachments

const VkAttachmentReference2* VkSubpassDescription2::pColorAttachments

Definition at line 14231 of file vulkan.h.

◆ pDepthStencilAttachment

const VkAttachmentReference2* VkSubpassDescription2::pDepthStencilAttachment

Definition at line 14233 of file vulkan.h.

◆ pInputAttachments

const VkAttachmentReference2* VkSubpassDescription2::pInputAttachments

Definition at line 14229 of file vulkan.h.

◆ pipelineBindPoint

VkPipelineBindPoint VkSubpassDescription2::pipelineBindPoint

Definition at line 14226 of file vulkan.h.

◆ pNext

const void* VkSubpassDescription2::pNext

Definition at line 14224 of file vulkan.h.

◆ pPreserveAttachments

const uint32_t* VkSubpassDescription2::pPreserveAttachments

Definition at line 14235 of file vulkan.h.

◆ preserveAttachmentCount

uint32_t VkSubpassDescription2::preserveAttachmentCount

Definition at line 14234 of file vulkan.h.

◆ pResolveAttachments

const VkAttachmentReference2* VkSubpassDescription2::pResolveAttachments

Definition at line 14232 of file vulkan.h.

◆ sType

VkStructureType VkSubpassDescription2::sType

Definition at line 14223 of file vulkan.h.

◆ viewMask

uint32_t VkSubpassDescription2::viewMask

Definition at line 14227 of file vulkan.h.


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