shaderCache property

Map<String, FragmentProgram> shaderCache
getter/setter pair

A static cache of fragment shaders. The cache is a map, where the key is a unique identifier for the shader, and the value is an instance of the FragmentProgram class.

Implementation

static Map<String, FragmentProgram> shaderCache = <String, FragmentProgram>{};