Struct gfx_app::WindowTargets [] [src]

pub struct WindowTargets<R: Resources> {
    pub color: RenderTargetView<R, ColorFormat>,
    pub depth: DepthStencilView<R, DepthFormat>,
    pub aspect_ratio: f32,
}

Fields