blob: 969c5985ea6f23c63f17c6d6d1c587d2692c53d3 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkExtensionProperties,VkExtensionProperties]]
[source,c++]
----
typedef struct VkExtensionProperties {
char extensionName[VK_MAX_EXTENSION_NAME_SIZE];
uint32_t specVersion;
} VkExtensionProperties;
----