forked from firka/flutter
433b2507dbeb2a98fbcb2448ec06d59fcd383c39
On iOS, backgrounded applications are not permitted to execute GPU work. See [1]. When backgrounding the application, we now tear down the underlying iOS render surface, and re-create when the app returns to foreground. See [2] for a Technica Q&A on GL-related crashes when rendering is attempted by a backgrounded application. [1]: https://developer.apple.com/library/content/documentation/3DDrawing/Conceptual/OpenGLES_ProgrammingGuide/ImplementingaMultitasking-awareOpenGLESApplication/ImplementingaMultitasking-awareOpenGLESApplication.html#//apple_ref/doc/uid/TP40008793-CH5-SW1 [2]: https://developer.apple.com/library/content/qa/qa1766/_index.html
Description
No description provided
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%