pub type ResolvedSurfaceOutput = SurfaceOutput<Arc<Texture>>;
Aliased Type§
#[repr(C)]pub struct ResolvedSurfaceOutput {
pub status: SurfaceStatus,
pub texture: Option<Arc<Texture>>,
}
Fields§
§status: SurfaceStatus
§texture: Option<Arc<Texture>>