Type Alias SamplerId

Source
pub type SamplerId = Id<Sampler>;

Aliased Type§

#[repr(transparent)]
pub struct SamplerId(RawId, PhantomData<Sampler>);

Tuple Fields§

§0: RawId§1: PhantomData<Sampler>