第7月第12天 opengles background

1.

 

After your app exits its applicationDidEnterBackground: method, it must not make any new OpenGL ES calls. If it makes an OpenGL ES call, it is terminated by iOS.

 

https://developer.apple.com/library/content/documentation/3DDrawing/Conceptual/OpenGLES_ProgrammingGuide/ImplementingaMultitasking-awareOpenGLESApplication/ImplementingaMultitasking-awareOpenGLESApplication.html#//apple_ref/doc/uid/TP40008793-CH5-SW1

 

http://stackoverflow.com/questions/12926495/opengl-es-application-crashes-when-locked-screen-or-entered-background

posted @ 2017-04-12 15:12  lianhuaren  阅读(95)  评论(0编辑  收藏  举报