Type Alias wgpu_hal::gles::ProgramCache
source · type ProgramCache = FastHashMap<ProgramCacheKey, Result<Arc<PipelineInner>, PipelineError>>;
Aliased Type§
struct ProgramCache { /* private fields */ }
type ProgramCache = FastHashMap<ProgramCacheKey, Result<Arc<PipelineInner>, PipelineError>>;
struct ProgramCache { /* private fields */ }