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

Initialize with an existing Glutin window. Raw version.