Trait rusty_gfx::Drawable

source ·
pub trait Drawable {
    // Required method
    fn get_shader_items(&self) -> ThingToDraw<'_>;
}

Required Methods§

Implementors§