1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkGetPhysicalDeviceQueueFamilyProperties2,vkGetPhysicalDeviceQueueFamilyProperties2]] 3[source,c++] 4---- 5void vkGetPhysicalDeviceQueueFamilyProperties2( 6 VkPhysicalDevice physicalDevice, 7 uint32_t* pQueueFamilyPropertyCount, 8 VkQueueFamilyProperties2* pQueueFamilyProperties); 9---- 10