Function bevy_egui::setup_pipeline[][src]

pub fn setup_pipeline(
    render_graph: &mut RenderGraph,
    msaa: &Msaa,
    config: RenderGraphConfig
)
Expand description

Set up egui render pipeline.

The pipeline for the primary window will already be set up by the EguiPlugin, so you’ll only need to manually call this if you want to use multiple windows.