Type Definition old_school_gfx_glutin_ext::Init

source ·
pub type Init<Color, Depth> = InitState<RenderTargetView<R, Color>, DepthStencilView<R, Depth>>;
Expand description

Initialised winit, glutin & gfx state.