Type Alias webrender::resource_cache::RasterizedBlob

source ·
type RasterizedBlob = FastHashMap<TileOffset, RasterizedBlobImage>;
Expand description

Post scene building state.

Aliased Type§

struct RasterizedBlob { /* private fields */ }