SDL  2.0
VkSubpassDescription Struct Reference

#include <vulkan.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 2270 of file vulkan.h.

Field Documentation

uint32_t VkSubpassDescription::colorAttachmentCount

Definition at line 2275 of file vulkan.h.

VkSubpassDescriptionFlags VkSubpassDescription::flags

Definition at line 2271 of file vulkan.h.

uint32_t VkSubpassDescription::inputAttachmentCount

Definition at line 2273 of file vulkan.h.

const VkAttachmentReference* VkSubpassDescription::pColorAttachments

Definition at line 2276 of file vulkan.h.

const VkAttachmentReference* VkSubpassDescription::pDepthStencilAttachment

Definition at line 2278 of file vulkan.h.

const VkAttachmentReference* VkSubpassDescription::pInputAttachments

Definition at line 2274 of file vulkan.h.

VkPipelineBindPoint VkSubpassDescription::pipelineBindPoint

Definition at line 2272 of file vulkan.h.

const uint32_t* VkSubpassDescription::pPreserveAttachments

Definition at line 2280 of file vulkan.h.

uint32_t VkSubpassDescription::preserveAttachmentCount

Definition at line 2279 of file vulkan.h.

const VkAttachmentReference* VkSubpassDescription::pResolveAttachments

Definition at line 2277 of file vulkan.h.


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