Type Alias vizia::vg::YUVAPixmaps
pub type YUVAPixmaps = Handle<SkYUVAPixmaps>;
Expand description
Helper to store Pixmap planes as described by a YUVAPixmapInfo. Can be responsible for allocating/freeing memory for pixmaps or use external memory.
Aliased Typeยง
struct YUVAPixmaps(/* private fields */);