wgpu_core::id

Type Alias StagingBufferId

Source
pub type StagingBufferId = Id<StagingBuffer>;

Aliased Type§

struct StagingBufferId(RawId, PhantomData<StagingBuffer>);

Fields§

§0: RawId§1: PhantomData<StagingBuffer>