Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkSubpassDescription2 Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const void * pNext
 
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 6121 of file vulkan_core.h.

Field Documentation

◆ colorAttachmentCount

uint32_t VkSubpassDescription2::colorAttachmentCount

Definition at line 6129 of file vulkan_core.h.

◆ flags

VkSubpassDescriptionFlags VkSubpassDescription2::flags

Definition at line 6124 of file vulkan_core.h.

◆ inputAttachmentCount

uint32_t VkSubpassDescription2::inputAttachmentCount

Definition at line 6127 of file vulkan_core.h.

◆ pColorAttachments

const VkAttachmentReference2* VkSubpassDescription2::pColorAttachments

Definition at line 6130 of file vulkan_core.h.

◆ pDepthStencilAttachment

const VkAttachmentReference2* VkSubpassDescription2::pDepthStencilAttachment

Definition at line 6132 of file vulkan_core.h.

◆ pInputAttachments

const VkAttachmentReference2* VkSubpassDescription2::pInputAttachments

Definition at line 6128 of file vulkan_core.h.

◆ pipelineBindPoint

VkPipelineBindPoint VkSubpassDescription2::pipelineBindPoint

Definition at line 6125 of file vulkan_core.h.

◆ pNext

const void* VkSubpassDescription2::pNext

Definition at line 6123 of file vulkan_core.h.

◆ pPreserveAttachments

const uint32_t* VkSubpassDescription2::pPreserveAttachments

Definition at line 6134 of file vulkan_core.h.

◆ preserveAttachmentCount

uint32_t VkSubpassDescription2::preserveAttachmentCount

Definition at line 6133 of file vulkan_core.h.

◆ pResolveAttachments

const VkAttachmentReference2* VkSubpassDescription2::pResolveAttachments

Definition at line 6131 of file vulkan_core.h.

◆ sType

VkStructureType VkSubpassDescription2::sType

Definition at line 6122 of file vulkan_core.h.

◆ viewMask

uint32_t VkSubpassDescription2::viewMask

Definition at line 6126 of file vulkan_core.h.


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