SDL 2.0
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkCommandPoolCreateFlags | flags |
uint32_t | queueFamilyIndex |
Definition at line 2670 of file vulkan_core.h.
VkCommandPoolCreateFlags VkCommandPoolCreateInfo::flags |
Definition at line 2673 of file vulkan_core.h.
Referenced by createCommandPool().
const void* VkCommandPoolCreateInfo::pNext |
Definition at line 2672 of file vulkan_core.h.
uint32_t VkCommandPoolCreateInfo::queueFamilyIndex |
Definition at line 2674 of file vulkan_core.h.
Referenced by createCommandPool().
VkStructureType VkCommandPoolCreateInfo::sType |
Definition at line 2671 of file vulkan_core.h.
Referenced by createCommandPool().