pub type TextureHandle = ResourceHandle<Texture>;
Expand description

Refcounted handle to a Texture.