pub fn tile_count(source: Rect, destination: Rect) -> usizeExpand description
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.