Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
VkSubpassDescriptionFlags | flags |
VkPipelineBindPoint | pipelineBindPoint |
uint32_t | inputAttachmentCount |
const VkAttachmentReference * | pInputAttachments |
uint32_t | colorAttachmentCount |
const VkAttachmentReference * | pColorAttachments |
const VkAttachmentReference * | pResolveAttachments |
const VkAttachmentReference * | pDepthStencilAttachment |
uint32_t | preserveAttachmentCount |
const uint32_t * | pPreserveAttachments |
Definition at line 3829 of file vulkan_core.h.
uint32_t VkSubpassDescription::colorAttachmentCount |
Definition at line 3834 of file vulkan_core.h.
VkSubpassDescriptionFlags VkSubpassDescription::flags |
Definition at line 3830 of file vulkan_core.h.
uint32_t VkSubpassDescription::inputAttachmentCount |
Definition at line 3832 of file vulkan_core.h.
const VkAttachmentReference* VkSubpassDescription::pColorAttachments |
Definition at line 3835 of file vulkan_core.h.
const VkAttachmentReference* VkSubpassDescription::pDepthStencilAttachment |
Definition at line 3837 of file vulkan_core.h.
const VkAttachmentReference* VkSubpassDescription::pInputAttachments |
Definition at line 3833 of file vulkan_core.h.
VkPipelineBindPoint VkSubpassDescription::pipelineBindPoint |
Definition at line 3831 of file vulkan_core.h.
const uint32_t* VkSubpassDescription::pPreserveAttachments |
Definition at line 3839 of file vulkan_core.h.
uint32_t VkSubpassDescription::preserveAttachmentCount |
Definition at line 3838 of file vulkan_core.h.
const VkAttachmentReference* VkSubpassDescription::pResolveAttachments |
Definition at line 3836 of file vulkan_core.h.