pub unsafe extern "C" fn vmaCreatePool(
    allocator: VmaAllocator,
    pCreateInfo: *const VmaPoolCreateInfo,
    pPool: *mut VmaPool
) -> Result
Expand description

\brief Allocates Vulkan device memory and creates #VmaPool object.

\param allocator Allocator object. \param pCreateInfo Parameters of pool to create. \param[out] pPool Handle to created pool.