[][src]Function exr::meta::mip_map_indices

pub fn mip_map_indices(
    round: RoundingMode,
    max_resolution: Vec2<usize>
) -> impl Iterator<Item = usize>

Iterates over all mip map level indices of a given size. The order of iteration conforms to LineOrder::Increasing.