Expand description
Dependency tracking for tile invalidation
This module contains types and logic for tracking dynamic content dependencies (images, opacity bindings, color bindings, clip corners) used to determine what needs to be redrawn each frame.
Structs§
- Binding
Info - Information about the state of a binding.
- Image
Dependency - Information stored an image dependency
- Primitive
Comparer - A helper struct to compare a primitive and all its sub-dependencies.
- Primitive
Comparison Key - A key for storing primitive comparison results during tile dependency tests.
Enums§
- Binding
- Information stored in a tile descriptor for a binding.
- Primitive
Dependency - Types of dependencies that a primitive can have