Function mini_gl_fb::core::init_glutin_context[][src]

pub fn init_glutin_context<S: ToString, ET: 'static>(
    window_title: S,
    window_width: f64,
    window_height: f64,
    resizable: bool,
    event_loop: &EventLoopWindowTarget<ET>
) -> WindowedContext<PossiblyCurrent>
Expand description

Create a context using glutin given a configuration.