views:

29

answers:

0

Hello! In my iPhone game I use separate thread to load resources. I use multiple EAGLContext's. Sometimes I need to render to texture in this background thread. But all I get is the black 1024*1024 texture. How do I render to texture in one thread while other thread is performing screen rendering?