SDL
2.0
|
#include <vulkan.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkDeviceQueueCreateFlags | flags |
uint32_t | queueFamilyIndex |
uint32_t | queueCount |
const float * | pQueuePriorities |
VkDeviceQueueCreateFlags VkDeviceQueueCreateInfo::flags |
const float* VkDeviceQueueCreateInfo::pQueuePriorities |
Definition at line 1666 of file vulkan.h.
Referenced by createDevice().
uint32_t VkDeviceQueueCreateInfo::queueCount |
Definition at line 1665 of file vulkan.h.
Referenced by createDevice().
uint32_t VkDeviceQueueCreateInfo::queueFamilyIndex |
Definition at line 1664 of file vulkan.h.
Referenced by createDevice().
VkStructureType VkDeviceQueueCreateInfo::sType |
Definition at line 1661 of file vulkan.h.
Referenced by createDevice().