#include <vulkan_core.h>
Definition at line 2499 of file vulkan_core.h.
uint32_t VkSubpassDescription::colorAttachmentCount |
Definition at line 2504 of file vulkan_core.h.
VkSubpassDescriptionFlags VkSubpassDescription::flags |
Definition at line 2500 of file vulkan_core.h.
uint32_t VkSubpassDescription::inputAttachmentCount |
Definition at line 2502 of file vulkan_core.h.
const VkAttachmentReference* VkSubpassDescription::pColorAttachments |
Definition at line 2505 of file vulkan_core.h.
const VkAttachmentReference* VkSubpassDescription::pDepthStencilAttachment |
Definition at line 2507 of file vulkan_core.h.
const VkAttachmentReference* VkSubpassDescription::pInputAttachments |
Definition at line 2503 of file vulkan_core.h.
VkPipelineBindPoint VkSubpassDescription::pipelineBindPoint |
Definition at line 2501 of file vulkan_core.h.
const uint32_t* VkSubpassDescription::pPreserveAttachments |
Definition at line 2509 of file vulkan_core.h.
uint32_t VkSubpassDescription::preserveAttachmentCount |
Definition at line 2508 of file vulkan_core.h.
const VkAttachmentReference* VkSubpassDescription::pResolveAttachments |
Definition at line 2506 of file vulkan_core.h.