VkExtensionProperties
VkExtensionProperties is a Vulkan structure that describes a single extension’s properties for enumeration results. It is used when querying which instance or device extensions are available on a Vulkan implementation, or for a specific layer in the device extension case.
The structure contains two members. extensionName is a fixed-size character array that holds the official name
VkExtensionProperties is returned by the enumeration functions vkEnumerateInstanceExtensionProperties and vkEnumerateDeviceExtensionProperties. The latter can optionally take a
Notes and behavior: extensionName identifies the extension and is stable for a given Vulkan version, while