macro_rules! mark_dirty {
($group: expr, $($elems:ident),+) => { ... };
}Expand description
Shorthand macro for marking multiple elements dirty.
macro_rules! mark_dirty {
($group: expr, $($elems:ident),+) => { ... };
}Shorthand macro for marking multiple elements dirty.