Variable VulkanCreateInfo.mandatoryExtensions

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

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