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