ReactOS 0.4.17-dev-934-g091855f
VkSubpassDescription Struct Reference

#include <vulkan.h>

Collaboration diagram for VkSubpassDescription:

Public Attributes

VkSubpassDescriptionFlags flags
 
VkPipelineBindPoint pipelineBindPoint
 
uint32_t inputAttachmentCount
 
const VkAttachmentReference * pInputAttachments
 
uint32_t colorAttachmentCount
 
const VkAttachmentReference * pColorAttachments
 
const VkAttachmentReference * pResolveAttachments
 
const VkAttachmentReference * pDepthStencilAttachment
 
uint32_t preserveAttachmentCount
 
const uint32_t * pPreserveAttachments
 

Detailed Description

Definition at line 14207 of file vulkan.h.

Member Data Documentation

◆ colorAttachmentCount

uint32_t VkSubpassDescription::colorAttachmentCount

◆ flags

◆ inputAttachmentCount

uint32_t VkSubpassDescription::inputAttachmentCount

◆ pColorAttachments

const VkAttachmentReference* VkSubpassDescription::pColorAttachments

◆ pDepthStencilAttachment

const VkAttachmentReference* VkSubpassDescription::pDepthStencilAttachment

◆ pInputAttachments

const VkAttachmentReference* VkSubpassDescription::pInputAttachments

◆ pipelineBindPoint

VkPipelineBindPoint VkSubpassDescription::pipelineBindPoint

◆ pPreserveAttachments

const uint32_t* VkSubpassDescription::pPreserveAttachments

◆ preserveAttachmentCount

uint32_t VkSubpassDescription::preserveAttachmentCount

◆ pResolveAttachments

const VkAttachmentReference* VkSubpassDescription::pResolveAttachments

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