[][src]Trait glow::HasRenderLoop

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

Associated Types

type Window

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...