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

12 lines
385 B
Plaintext
Raw Normal View History

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