| cached_surface.rs |
|
17969 |
| compare.rs |
Dependency tracking for tile invalidation
This module contains types and logic for tracking dependencies that affect
tile invalidation, including transform comparisons, spatial node tracking,
and primitive comparison. |
15007 |
| mod.rs |
Invalidation tracking and dirty region management
This module contains types and logic for tracking dirty regions and
dependencies used to determine what needs to be redrawn each frame. |
4445 |
| quadtree.rs |
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. |
17877 |