Variable VkDeviceCreateInfo.ppEnabledLayerNames

struct VkDeviceCreateInfo
{
  // ...
  const(char*)* ppEnabledLayerNames ;
  // ...
}