Skip to main content

build_frame_graph

Function build_frame_graph 

Source
pub fn build_frame_graph(
    inputs: &FrameGraphInputs,
) -> Result<CompiledGraph, GraphError>
Expand description

Compile the frame graph for inputs: the pass list above, gated down to the passes this frame actually runs.