unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkExtensionProperties.txt

10 lines
312 B
Plaintext
Raw Normal View History

// 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;
----