Variable VkLayerProperties.layerName

struct VkLayerProperties
{
  // ...
  char[256] layerName ;
  // ...
}