Function cosmic::iced_widget::renderer::graphics::damage::list

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

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