pub fn render_norm<'a>(
    pigeon: &'a mut Pigeon,
    cont: Container,
    pass: &mut RenderPass<'a>,
    ortho: &Transform3D<f32, WorldSpace, ScreenSpace>
)
Expand description

Renders all the custom and standard pipelines in the container (not specialised).