wgpu_hal::gles

Type Alias ProgramCache

Source
type ProgramCache = FastHashMap<ProgramCacheKey, Result<Arc<PipelineInner>, PipelineError>>;
Available on gles only.

Aliased Type§

struct ProgramCache { /* private fields */ }