Variable VkImageCreateInfo.pQueueFamilyIndices

struct VkImageCreateInfo
{
  // ...
  const(uint)* pQueueFamilyIndices ;
  // ...
}