Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
VkSubpassDescription Struct Reference

#include <vulkan_core.h>

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_t * pPreserveAttachments
 

Detailed Description

Definition at line 3829 of file vulkan_core.h.

Member Data Documentation

◆ colorAttachmentCount

uint32_t VkSubpassDescription::colorAttachmentCount

Definition at line 3834 of file vulkan_core.h.

◆ flags

VkSubpassDescriptionFlags VkSubpassDescription::flags

Definition at line 3830 of file vulkan_core.h.

◆ inputAttachmentCount

uint32_t VkSubpassDescription::inputAttachmentCount

Definition at line 3832 of file vulkan_core.h.

◆ pColorAttachments

const VkAttachmentReference* VkSubpassDescription::pColorAttachments

Definition at line 3835 of file vulkan_core.h.

◆ pDepthStencilAttachment

const VkAttachmentReference* VkSubpassDescription::pDepthStencilAttachment

Definition at line 3837 of file vulkan_core.h.

◆ pInputAttachments

const VkAttachmentReference* VkSubpassDescription::pInputAttachments

Definition at line 3833 of file vulkan_core.h.

◆ pipelineBindPoint

VkPipelineBindPoint VkSubpassDescription::pipelineBindPoint

Definition at line 3831 of file vulkan_core.h.

◆ pPreserveAttachments

const uint32_t* VkSubpassDescription::pPreserveAttachments

Definition at line 3839 of file vulkan_core.h.

◆ preserveAttachmentCount

uint32_t VkSubpassDescription::preserveAttachmentCount

Definition at line 3838 of file vulkan_core.h.

◆ pResolveAttachments

const VkAttachmentReference* VkSubpassDescription::pResolveAttachments

Definition at line 3836 of file vulkan_core.h.


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