Exemple #1
0
 /**
  * purges the cache. It releases the retained instance.
  *
  * @since v0.99.0
  */
 public static void purgeSharedTextureCache() {
   if (_sharedTextureCache != null) {
     _sharedTextureCache.removeAllTextures();
   }
 }