10 lines
312 B
Plaintext
10 lines
312 B
Plaintext
// 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;
|
|
----
|