Trait bevy_render::render_graph::RenderGraphStager[][src]

pub trait RenderGraphStager {
    fn get_stages(
        &mut self,
        render_graph: &RenderGraph
    ) -> Result<Stages, RenderGraphError>; }

Produces a collection of Stages, which are sets of OrderedJobs that must be run before moving on to the next stage

Required methods

fn get_stages(
    &mut self,
    render_graph: &RenderGraph
) -> Result<Stages, RenderGraphError>
[src]

Loading content...

Implementors

impl RenderGraphStager for DependentNodeStager[src]

impl RenderGraphStager for LinearStager[src]

Loading content...