Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkSubpassDescriptionFlags | flags |
VkPipelineBindPoint | pipelineBindPoint |
uint32_t | viewMask |
uint32_t | inputAttachmentCount |
const VkAttachmentReference2 * | pInputAttachments |
uint32_t | colorAttachmentCount |
const VkAttachmentReference2 * | pColorAttachments |
const VkAttachmentReference2 * | pResolveAttachments |
const VkAttachmentReference2 * | pDepthStencilAttachment |
uint32_t | preserveAttachmentCount |
const uint32_t * | pPreserveAttachments |
Definition at line 6081 of file vulkan_core.h.
uint32_t VkSubpassDescription2::colorAttachmentCount |
Definition at line 6089 of file vulkan_core.h.
VkSubpassDescriptionFlags VkSubpassDescription2::flags |
Definition at line 6084 of file vulkan_core.h.
uint32_t VkSubpassDescription2::inputAttachmentCount |
Definition at line 6087 of file vulkan_core.h.
const VkAttachmentReference2* VkSubpassDescription2::pColorAttachments |
Definition at line 6090 of file vulkan_core.h.
const VkAttachmentReference2* VkSubpassDescription2::pDepthStencilAttachment |
Definition at line 6092 of file vulkan_core.h.
const VkAttachmentReference2* VkSubpassDescription2::pInputAttachments |
Definition at line 6088 of file vulkan_core.h.
VkPipelineBindPoint VkSubpassDescription2::pipelineBindPoint |
Definition at line 6085 of file vulkan_core.h.
const void* VkSubpassDescription2::pNext |
Definition at line 6083 of file vulkan_core.h.
const uint32_t* VkSubpassDescription2::pPreserveAttachments |
Definition at line 6094 of file vulkan_core.h.
uint32_t VkSubpassDescription2::preserveAttachmentCount |
Definition at line 6093 of file vulkan_core.h.
const VkAttachmentReference2* VkSubpassDescription2::pResolveAttachments |
Definition at line 6091 of file vulkan_core.h.
VkStructureType VkSubpassDescription2::sType |
Definition at line 6082 of file vulkan_core.h.
uint32_t VkSubpassDescription2::viewMask |
Definition at line 6086 of file vulkan_core.h.