I have an iPhone app that uses too much texture memory. I am trying to figure out which of the app's CALayers uses too much texture memory.
Unfortunately, I cannot figure out how much texture memory a specific CALayer is using.
Are there any good tricks I can use ?