struct
QueueTypeInfoInformation about the physical device queues for a particular queue type.
Public variables
- Extent3D minImageTransferGranularity
- For queues of type tp::
QueueType:: Transfer defines the required offset alignment and size of any transfer operations performed on images. If (0,0,0), only whole mip levels must be transferred. - uint32_t queueCount
- The number of queues of this type exposed by the device in the chosen family.
- uint32_t queueFamilyIndex
- The Vulkan physical device queue family index that the queue type maps to.
Variable documentation
uint32_t tp:: QueueTypeInfo:: queueFamilyIndex
The Vulkan physical device queue family index that the queue type maps to.