DrawNode

Trait DrawNode 

Source
pub trait DrawNode: Send {
    // Required method
    fn prepare(&self, ctx: &mut DrawContext<'_, '_>, depth: f32);
}

Required Methods§

Source

fn prepare(&self, ctx: &mut DrawContext<'_, '_>, depth: f32)

Implementors§