Trait octoon::core::canvas::Canvas

source ·
pub trait Canvas {
    fn width(&self) -> u32;
    fn height(&self) -> u32;
    fn present(&mut self);
}

Required Methods

Implementors