Trait spitfire_draw::utils::Drawable
source · pub trait Drawable {
// Required method
fn draw(&self, context: &mut DrawContext, graphics: &mut Graphics<Vertex>);
}pub trait Drawable {
// Required method
fn draw(&self, context: &mut DrawContext, graphics: &mut Graphics<Vertex>);
}