SDL 2.0
VkSubpassDescription Struct Reference

#include <vulkan_core.h>

+ Collaboration diagram for VkSubpassDescription:

Data Fields

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

Detailed Description

Definition at line 2635 of file vulkan_core.h.

Field Documentation

◆ colorAttachmentCount

uint32_t VkSubpassDescription::colorAttachmentCount

Definition at line 2640 of file vulkan_core.h.

◆ flags

VkSubpassDescriptionFlags VkSubpassDescription::flags

Definition at line 2636 of file vulkan_core.h.

◆ inputAttachmentCount

uint32_t VkSubpassDescription::inputAttachmentCount

Definition at line 2638 of file vulkan_core.h.

◆ pColorAttachments

const VkAttachmentReference* VkSubpassDescription::pColorAttachments

Definition at line 2641 of file vulkan_core.h.

◆ pDepthStencilAttachment

const VkAttachmentReference* VkSubpassDescription::pDepthStencilAttachment

Definition at line 2643 of file vulkan_core.h.

◆ pInputAttachments

const VkAttachmentReference* VkSubpassDescription::pInputAttachments

Definition at line 2639 of file vulkan_core.h.

◆ pipelineBindPoint

VkPipelineBindPoint VkSubpassDescription::pipelineBindPoint

Definition at line 2637 of file vulkan_core.h.

◆ pPreserveAttachments

const uint32_t* VkSubpassDescription::pPreserveAttachments

Definition at line 2645 of file vulkan_core.h.

◆ preserveAttachmentCount

uint32_t VkSubpassDescription::preserveAttachmentCount

Definition at line 2644 of file vulkan_core.h.

◆ pResolveAttachments

const VkAttachmentReference* VkSubpassDescription::pResolveAttachments

Definition at line 2642 of file vulkan_core.h.


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