Type Alias webrender::prim_store::image::YuvImageKey

source ·
pub type YuvImageKey = PrimKey<YuvImage>;

Aliased Type§

struct YuvImageKey {
    pub common: PrimKeyCommonData,
    pub kind: YuvImage,
}

Fields§

§common: PrimKeyCommonData§kind: YuvImage