VkQueueFamilyProperties2
VkQueueFamilyProperties is a structure in the Vulkan graphics API that describes the capabilities of a particular queue family on a physical Vulkan device. A queue family is a group of queues that all support the same set of commands. Each queue family has specific properties that indicate what kind of operations it can perform.
The VkQueueFamilyProperties structure contains several members. The queueCount member indicates the number of queues available within
When querying for queue family properties, an application will typically iterate through all available queue families