wgpu_core::present

Type Alias ResolvedSurfaceOutput

Source
pub type ResolvedSurfaceOutput = SurfaceOutput<Arc<Texture>>;

Aliased Type§

struct ResolvedSurfaceOutput {
    pub status: SurfaceStatus,
    pub texture: Option<Arc<Texture>>,
}

Fields§

§status: SurfaceStatus§texture: Option<Arc<Texture>>

Trait Implementations

Source§

impl<T: Debug> Debug for SurfaceOutput<T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more