Function webrender::util::round_up_to_multiple
source ยท pub fn round_up_to_multiple(val: usize, mul: NonZeroUsize) -> usize
Expand description
Rounds a value up to the nearest multiple of mul
pub fn round_up_to_multiple(val: usize, mul: NonZeroUsize) -> usize
Rounds a value up to the nearest multiple of mul