How do I shut down OpenGL tasks in applicationWillResignActive?
问题 I have nearly completed my first app. In testing on the device, I am getting a crash when I press the home button, with the error message libGPUSupportMercury.dylib`gpus_ReturnNotPermittedKillClient: Based on these posts: https://stackoverflow.com/search?q=how+to+shut+down+OpenGL OpenGL ES crash on move background, iOS 5.1 I am pretty sure the problem is that my app is an extension of software that uses some sample code involving OpenGL (about which I have very little understanding) and that