type ProgramCache = FastHashMap<ProgramCacheKey, Result<Arc<PipelineInner>, PipelineError>>;
Available on
gles
only.Aliased Typeยง
struct ProgramCache { /* private fields */ }
type ProgramCache = FastHashMap<ProgramCacheKey, Result<Arc<PipelineInner>, PipelineError>>;
gles
only.struct ProgramCache { /* private fields */ }