Expand description
Quadtree-based dirty region tracking for tiles
This module implements a quadtree data structure that tracks which regions of a tile have been invalidated. The quadtree can dynamically split and merge nodes based on invalidation patterns to optimize tracking.
Structs§
- Tile
Node - A node in the dirty rect tracking quadtree.
Enums§
- Tile
Modification 🔒 - The kind of modification that a tile wants to do
- Tile
Node Kind - Details for a node in a quadtree that tracks dirty rects for a tile.