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

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

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