TextureHandle

Type Alias TextureHandle 

Source
pub type TextureHandle = ResourceHandle<Texture>;
Expand description

Refcounted handle to a Texture.

Aliased Typeยง

pub struct TextureHandle { /* private fields */ }