12 lines
385 B
Plaintext
12 lines
385 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkLayerProperties,VkLayerProperties]]
|
|
[source,c++]
|
|
----
|
|
typedef struct VkLayerProperties {
|
|
char layerName[VK_MAX_EXTENSION_NAME_SIZE];
|
|
uint32_t specVersion;
|
|
uint32_t implementationVersion;
|
|
char description[VK_MAX_DESCRIPTION_SIZE];
|
|
} VkLayerProperties;
|
|
----
|