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: usizeUnderlying value of the handle.