[][src]Function gfx_window_glutin::init_existing_raw

pub fn init_existing_raw(
    window: WindowedContext<NotCurrent>,
    color_format: Format,
    ds_format: Format
) -> (WindowedContext<PossiblyCurrent>, Device, Factory, RawRenderTargetView<R>, RawDepthStencilView<R>)

Initialize with an existing Glutin window. Raw version.