SDL
2.0
|
#include <vulkan.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkCommandPoolCreateFlags | flags |
uint32_t | queueFamilyIndex |
VkCommandPoolCreateFlags VkCommandPoolCreateInfo::flags |
Definition at line 2308 of file vulkan.h.
Referenced by createCommandPool().
uint32_t VkCommandPoolCreateInfo::queueFamilyIndex |
Definition at line 2309 of file vulkan.h.
Referenced by createCommandPool().
VkStructureType VkCommandPoolCreateInfo::sType |
Definition at line 2306 of file vulkan.h.
Referenced by createCommandPool().