Type Alias wgpu_core::id::TextureId

source ·
pub type TextureId = Id<Texture>;

Aliased Type§

struct TextureId(RawId, PhantomData<Texture>);

Fields§

§0: RawId§1: PhantomData<Texture>