Function exr::meta::mip_map_levels
source ยท pub fn mip_map_levels(
round: RoundingMode,
max_resolution: Vec2<usize>,
) -> impl Iterator<Item = (usize, Vec2<usize>)>
Expand description
Iterates over all mip map level resolutions of a given size, including the indices of each level.
The order of iteration conforms to LineOrder::Increasing
.