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

Trait Implementations

Auto Trait Implementations

impl<R> Send for WindowTargets<R> where
    <R as Resources>::DepthStencilView: Send + Sync,
    <R as Resources>::RenderTargetView: Send + Sync,
    <R as Resources>::Texture: Send + Sync

impl<R> Sync for WindowTargets<R> where
    <R as Resources>::DepthStencilView: Send + Sync,
    <R as Resources>::RenderTargetView: Send + Sync,
    <R as Resources>::Texture: Send + Sync