Skip to main content

Module graph_cache

Module graph_cache 

Source
Expand description

Render graph execution plan caching.

Stores compiled execution plans keyed by the active render pipeline settings to prevent redundant topological graph rebuilding on the hot frame loop.

Structsยง

CachedGraphPlan
Holds the configuration signature, render graph, and compiled pass sequence.