RetroArch
Public Attributes | List of all members
VkSubpassDescription Struct Reference

#include <vulkan_core.h>

Collaboration diagram for VkSubpassDescription:
[legend]

Public Attributes

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

Member Data Documentation

◆ colorAttachmentCount

uint32_t VkSubpassDescription::colorAttachmentCount

◆ flags

VkSubpassDescriptionFlags VkSubpassDescription::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: