pub unsafe extern "C" fn vmaCreateImage(
    allocator: VmaAllocator,
    pImageCreateInfo: *const ImageCreateInfo,
    pAllocationCreateInfo: *const VmaAllocationCreateInfo,
    pImage: *mut Image,
    pAllocation: *mut VmaAllocation,
    pAllocationInfo: *mut VmaAllocationInfo
) -> Result
Expand description

Function similar to vmaCreateBuffer().