[−][src]Function alacritty::window::create_gl_window
fn create_gl_window<E>(
window: WindowBuilder,
event_loop: &EventLoop<E>,
srgb: bool,
vsync: bool,
dimensions: Option<PhysicalSize<u32>>
) -> Result<WindowedContext<PossiblyCurrent>, Error>