• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkLayerProperties,VkLayerProperties]]
3[source,c++]
4----
5typedef struct VkLayerProperties {
6    char        layerName[VK_MAX_EXTENSION_NAME_SIZE];
7    uint32_t    specVersion;
8    uint32_t    implementationVersion;
9    char        description[VK_MAX_DESCRIPTION_SIZE];
10} VkLayerProperties;
11----
12