Function VkDeviceCmds.CreateDescriptorPool

Commands for VK_VERSION_1_0

VkResult CreateDescriptorPool (
  VkDevice_T* device,
  const(VkDescriptorPoolCreateInfo)* pCreateInfo,
  const(VkAllocationCallbacks)* pAllocator,
  VkDescriptorPool_T** pDescriptorPool
);