pub unsafe extern "C" fn vmaFindMemoryTypeIndexForBufferInfo(
    allocator: VmaAllocator,
    pBufferCreateInfo: *const BufferCreateInfo,
    pAllocationCreateInfo: *const VmaAllocationCreateInfo,
    pMemoryTypeIndex: *mut u32
) -> Result
Expand description

\brief Helps to find memoryTypeIndex, given VkBufferCreateInfo and VmaAllocationCreateInfo.

It can be useful e.g. to determine value to be used as VmaPoolCreateInfo::memoryTypeIndex. It internally creates a temporary, dummy buffer that never has memory bound.