Type Alias meshx::attrib::AttribValueCache

source ·
pub type AttribValueCache = AHashSet<HValue>;
Expand description

A collection of indirect attribute values cached for improved memory usage.

Aliased Type§

struct AttribValueCache(/* private fields */);