1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkDeviceGroupDeviceCreateInfo,VkDeviceGroupDeviceCreateInfo]] 3[source,c++] 4---- 5typedef struct VkDeviceGroupDeviceCreateInfo { 6 VkStructureType sType; 7 const void* pNext; 8 uint32_t physicalDeviceCount; 9 const VkPhysicalDevice* pPhysicalDevices; 10} VkDeviceGroupDeviceCreateInfo; 11---- 12