Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm planning to implement a canvas view that can handle a shitload amount of fullscreen images on iPad, with many layers, tons of custom shaders, and more.

Is there any automated way top cache to disk/reload to memory all of these textures automatically?

So I don't have to worry about the memory existence of the actual texture, just bind it, and the rest should be happen automatically.

I could write a framework on my own, but I'd really like if there was a ready made solution for this (on iOS).


I want just upload/bind textures without worrying about if it fits the memory or not. And some automatism should make sure that is loaded just before I want to bind it to be able to draw.

What is this: CVOpenGLESTextureCacheCreateTextureFromImage? Does it have something to do with my issue?

share|improve this question
I made the question a bit more clear. – Geri Sep 25 '12 at 16:07

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.