Function gfx_window_glutin::init [] [src]

pub fn init<Cf, Df>(builder: WindowBuilder) -> (Window, Device, Factory, RenderTargetView<R, Cf>, DepthStencilView<R, Df>) where Cf: RenderFormat, Df: DepthFormat

Initialize with a window builder. Generically parametrized version over the main framebuffer format.