|
SDL
2.0
|
#include <vulkan_core.h>
Collaboration diagram for VkSubpassDescription:Definition at line 2957 of file vulkan_core.h.
| uint32_t VkSubpassDescription::colorAttachmentCount |
Definition at line 2962 of file vulkan_core.h.
| VkSubpassDescriptionFlags VkSubpassDescription::flags |
Definition at line 2958 of file vulkan_core.h.
| uint32_t VkSubpassDescription::inputAttachmentCount |
Definition at line 2960 of file vulkan_core.h.
| const VkAttachmentReference* VkSubpassDescription::pColorAttachments |
Definition at line 2963 of file vulkan_core.h.
| const VkAttachmentReference* VkSubpassDescription::pDepthStencilAttachment |
Definition at line 2965 of file vulkan_core.h.
| const VkAttachmentReference* VkSubpassDescription::pInputAttachments |
Definition at line 2961 of file vulkan_core.h.
| VkPipelineBindPoint VkSubpassDescription::pipelineBindPoint |
Definition at line 2959 of file vulkan_core.h.
| const uint32_t* VkSubpassDescription::pPreserveAttachments |
Definition at line 2967 of file vulkan_core.h.
| uint32_t VkSubpassDescription::preserveAttachmentCount |
Definition at line 2966 of file vulkan_core.h.
| const VkAttachmentReference* VkSubpassDescription::pResolveAttachments |
Definition at line 2964 of file vulkan_core.h.