wgpu_core::id

Type Alias SamplerId

source
pub type SamplerId = Id<Sampler>;

Aliased Type§

struct SamplerId(RawId, PhantomData<Sampler>);

Fields§

§0: RawId§1: PhantomData<Sampler>