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