Variable VkDescriptorPoolCreateInfo.pPoolSizes

struct VkDescriptorPoolCreateInfo
{
  // ...
  const(VkDescriptorPoolSize)* pPoolSizes ;
  // ...
}