Module webrender::picture_graph
source · Structs§
- A graph of picture dependencies, allowing updates to be processed without recursion by building a list of passes.
Functions§
- Recursive function that assigns pictures to the earliest pass possible that they can be processed in, while maintaining dependency ordering.