CALayer OpenGL(-ES) texture memory usage

2019-05-25 01:00发布

问题:

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 ?