pub trait RenderPipeline {
// Required method
fn draw(&self, image: &mut RenderTarget);
}Required Methods§
Sourcefn draw(&self, image: &mut RenderTarget)
fn draw(&self, image: &mut RenderTarget)
Draws the ctx of the pipeline.
pub trait RenderPipeline {
// Required method
fn draw(&self, image: &mut RenderTarget);
}Draws the ctx of the pipeline.