Type Alias wgpu_hal::gles::ProgramCache

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

Aliased Type§

struct ProgramCache { /* private fields */ }