TextureCache.prune

Prunes all textures from the cache, only leaving behind textures referenced from outside of the cache.

Any texture that is unused will be freed.

class TextureCache
@nogc
void
prune
()

Meta