[][src]Trait orbtk::render::RenderPipeline

pub trait RenderPipeline {
    fn draw(&self, image: &mut RenderTarget);
}

Required methods

fn draw(&self, image: &mut RenderTarget)

Draws the ctx of the pipeline.

Loading content...

Implementors

Loading content...