iPhone OpenGL ES freezes for no reason
- by KJ
Hi, I'm quite new to iPhone OpenGL ES, and I'm really stuck.
I was trying to implement shadow mapping on iPhone, and I allocated two 512*1024*32bit textures for the shadow map and the diffuse map respectively. The problem is that my application started to freeze and reboot the device after I added the shadow map allocation part to the code (so I…