Type Definition rend3_gltf::ImageMap

source · []
pub type ImageMap = FastHashMap<ImageKey, Labeled<Texture>>;
Expand description

Hashmap which stores a mapping from ImageKey to a labeled handle.