Type Alias webrender::prim_store::SegmentInstanceStorage
source · pub type SegmentInstanceStorage = Storage<SegmentedInstance>;
Aliased Type§
struct SegmentInstanceStorage {
data: Vec<SegmentedInstance>,
}
Fields§
§data: Vec<SegmentedInstance>