webrender::resource_cache

Type Alias RasterizedBlob

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

Post scene building state.

Aliased Type§

struct RasterizedBlob { /* private fields */ }