[][src]Trait rusty_gfx::Drawable

pub trait Drawable {
    fn get_shader_items(&self) -> DrawBundle;
}

Required methods

Loading content...

Implementors

impl Drawable for Img[src]

impl Drawable for Shape[src]

Loading content...