pub fn tile_count(source: Rect, destination: Rect) -> usizeExpand description
Re-export the UI crate so applications can depend on a single crate.
How many tiles tile_quads would produce, without building them.
A caller filling a large area with a small source can check the cost before paying it: each tile is one draw.