wgpu_hal::gles

Type Alias ProgramCache

Source
type ProgramCache = FastHashMap<ProgramCacheKey, Result<Arc<PipelineInner>, PipelineError>>;

Aliased Type§

struct ProgramCache { /* private fields */ }