Function iced_graphics::damage::list

source ·
pub fn list<T: Damage>(
    previous: &[Primitive<T>],
    current: &[Primitive<T>]
) -> Vec<Rectangle>
Expand description

Computes the damage regions between the two given lists of primitives.