wgpu_core::id

Type Alias TextureId

source
pub type TextureId = Id<Texture>;

Aliased Type§

struct TextureId(RawId, PhantomData<Texture>);

Fields§

§0: RawId§1: PhantomData<Texture>