[][src]Trait glow::RenderLoop

pub trait RenderLoop {
    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

impl RenderLoop for RenderLoop[src]

type Window = Arc<GlWindow>

Loading content...