Function create_descriptor_pool

Source
pub unsafe fn create_descriptor_pool(
    device: VkDevice,
    create_info: *const VkDescriptorPoolCreateInfo,
    allocator: *const VkAllocationCallbacks,
    descriptor_pool_out: *mut VkDescriptorPool,
) -> VkResult