orbtk_tinyskia

Trait RenderPipeline

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

Required Methods§

Source

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

Draws the ctx of the pipeline.

Implementors§