1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkExtensionProperties,VkExtensionProperties]] 3[source,c++] 4---- 5typedef struct VkExtensionProperties { 6 char extensionName[VK_MAX_EXTENSION_NAME_SIZE]; 7 uint32_t specVersion; 8} VkExtensionProperties; 9---- 10