Type Alias old_school_gfx_glutin_ext::RawInit

source ·
pub type RawInit = InitState<RawRenderTargetView<Resources>, RawDepthStencilView<Resources>>;
Expand description

“Raw” initialised winit, glutin & gfx state.

Aliased Type§

struct RawInit {
    pub window: Window,
    pub gl_config: Config,
    pub gl_surface: Surface<WindowSurface>,
    pub gl_context: PossiblyCurrentContext,
    pub device: Device,
    pub factory: Factory,
    pub color_view: RawRenderTargetView<Resources>,
    pub depth_view: RawDepthStencilView<Resources>,
}

Fields§

§window: Window§gl_config: Config§gl_surface: Surface<WindowSurface>§gl_context: PossiblyCurrentContext§device: Device§factory: Factory§color_view: RawRenderTargetView<Resources>§depth_view: RawDepthStencilView<Resources>