Variable VulkanCreateInfo.mandatoryLayers

Mandatory layers that are needed by the application. Instance creation will fail if one is not present.

struct VulkanCreateInfo
{
  // ...
  const(string)[] mandatoryLayers ;
  // ...
}