|
SDL
2.0
|
#include <vulkan_core.h>
Collaboration diagram for VkSubpassDescription:Definition at line 2635 of file vulkan_core.h.
| uint32_t VkSubpassDescription::colorAttachmentCount |
Definition at line 2640 of file vulkan_core.h.
| VkSubpassDescriptionFlags VkSubpassDescription::flags |
Definition at line 2636 of file vulkan_core.h.
| uint32_t VkSubpassDescription::inputAttachmentCount |
Definition at line 2638 of file vulkan_core.h.
| const VkAttachmentReference* VkSubpassDescription::pColorAttachments |
Definition at line 2641 of file vulkan_core.h.
| const VkAttachmentReference* VkSubpassDescription::pDepthStencilAttachment |
Definition at line 2643 of file vulkan_core.h.
| const VkAttachmentReference* VkSubpassDescription::pInputAttachments |
Definition at line 2639 of file vulkan_core.h.
| VkPipelineBindPoint VkSubpassDescription::pipelineBindPoint |
Definition at line 2637 of file vulkan_core.h.
| const uint32_t* VkSubpassDescription::pPreserveAttachments |
Definition at line 2645 of file vulkan_core.h.
| uint32_t VkSubpassDescription::preserveAttachmentCount |
Definition at line 2644 of file vulkan_core.h.
| const VkAttachmentReference* VkSubpassDescription::pResolveAttachments |
Definition at line 2642 of file vulkan_core.h.