Contents

reclaimResources()

Runs the garbage collector to reclaim any resources that the context no longer requires.

Declaration

func reclaimResources()

Discussion

The system calls this method automatically after every rendering operation. You can use this method to remove textures from the texture cache that reference deleted images.

See Also

Managing Resources