Module frame_cache

Source

Structs§

FrameCache
Caches the results of a computation for one frame. If it is still used next frame, it is not recomputed. If it is not used next frame, it is evicted from the cache to save memory.

Traits§

ComputerMut
Something that does an expensive computation that we want to cache to save us from recomputing it each frame.