[][src]Trait glow::HasRenderLoop

pub trait HasRenderLoop {
    type Window;
    pub fn run<F: FnMut(&mut bool) + 'static>(&self, callback: F);
}

Associated Types

Loading content...

Required methods

pub fn run<F: FnMut(&mut bool) + 'static>(&self, callback: F)[src]

Loading content...

Implementors

Loading content...