Type Alias TextureId

Source
pub type TextureId = Id<Texture>;

Aliased Type§

#[repr(transparent)]
pub struct TextureId(RawId, PhantomData<Texture>);

Tuple Fields§

§0: RawId§1: PhantomData<Texture>