// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkQueueFamilyProperties,VkQueueFamilyProperties]] [source,c++] ---- typedef struct VkQueueFamilyProperties { VkQueueFlags queueFlags; uint32_t queueCount; uint32_t timestampValidBits; VkExtent3D minImageTransferGranularity; } VkQueueFamilyProperties; ----