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.
pub fn build_frame_graph(
inputs: &FrameGraphInputs,
) -> Result<CompiledGraph, GraphError>Compile the frame graph for inputs: the pass list above, gated down to the
passes this frame actually runs.