Module picture_graph

Source

Structs§

PictureGraph
A graph of picture dependencies, allowing updates to be processed without recursion by building a list of passes.
PictureInfo

Functions§

assign_update_pass 🔒
Recursive function that assigns pictures to the earliest pass possible that they can be processed in, while maintaining dependency ordering.