Deletes native (WebAssembly) memory used by a cached resource and removes reference to it, forcing the cached object to be recreated next time it is fetched.
Deletes native (WebAssembly) memory used by a cached resource and removes reference to it. And resets properties to the default values
Generated using TypeDoc
A type which implements ICacheable should allow managing the state of cached resources
It should be used to prevent recreation of objects properties of which were unmodified, and to allow a correct handling of WebGL context loss by recreating WebGL resources.