Type Alias wgpu_core::id::SurfaceId

source ·
pub type SurfaceId = Id<Surface>;

Aliased Type§

struct SurfaceId(RawId, PhantomData<Surface>);

Fields§

§0: RawId§1: PhantomData<Surface>