Function gfx_window_glutin::init_existing_raw [] [src]

pub fn init_existing_raw(window: &Window,
                         color_format: Format,
                         ds_format: Format)
                         -> (Device, Factory, RawRenderTargetView<R>, RawDepthStencilView<R>)

Initialize with an existing Glutin window. Raw version.