// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkPhysicalDeviceProperties2,VkPhysicalDeviceProperties2]] [source,c++] ---- typedef struct VkPhysicalDeviceProperties2 { VkStructureType sType; void* pNext; VkPhysicalDeviceProperties properties; } VkPhysicalDeviceProperties2; ----