pub unsafe extern "C" fn vmaCreateAliasingImage(
    allocator: VmaAllocator,
    allocation: VmaAllocation,
    pImageCreateInfo: *const ImageCreateInfo,
    pImage: *mut Image
) -> Result
Expand description

Function similar to vmaCreateAliasingBuffer().