clearCache static method

void clearCache()

Clears the shader cache, releasing all compiled FragmentPrograms.

Subsequent calls to load will recompile the shaders.

Implementation

static void clearCache() {
  _cache.clear();
}