Skip to main content

submit_frame_graph

Function submit_frame_graph 

Source
pub fn submit_frame_graph(
    graph: &SharedFrameGraph,
    device: &dyn GraphicsDevice,
) -> usize
Expand description

Drains graph and submits every recorded command buffer in topological order. Returns the number of submitted buffers.