Type Alias webrender_api::ItemKey
source ยท pub type ItemKey = u16;
Expand description
An identifier used to refer to previously sent display items. Currently it refers to individual display items, but this may change later.
pub type ItemKey = u16;
An identifier used to refer to previously sent display items. Currently it refers to individual display items, but this may change later.