pub type TextureId = Id<Texture>;
#[repr(transparent)]pub struct TextureId(RawId, PhantomData<Texture>);
0: RawId
1: PhantomData<Texture>