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 */ }