1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkEnumeratePhysicalDevices,vkEnumeratePhysicalDevices]] 3[source,c++] 4---- 5VkResult vkEnumeratePhysicalDevices( 6 VkInstance instance, 7 uint32_t* pPhysicalDeviceCount, 8 VkPhysicalDevice* pPhysicalDevices); 9---- 10