RawTextureHandle

Type Alias RawTextureHandle 

Source
pub type RawTextureHandle = RawResourceHandle<Texture>;
Expand description

Internal non-owning handle to a Texture.

Aliased Type§

pub struct RawTextureHandle {
    pub idx: usize,
    /* private fields */
}

Fields§

§idx: usize

Underlying value of the handle.