Function gfx_window_glutin::init_raw [] [src]

pub fn init_raw(
    window: WindowBuilder,
    context: ContextBuilder,
    events_loop: &EventsLoop,
    color_format: Format,
    ds_format: Format
) -> (GlWindow, Device, Factory, RawRenderTargetView<R>, RawDepthStencilView<R>)

Initialize with a window builder. Raw version.