axmol/core/platform/android/libaxmol
RH 6f00aed73f [Android] Enable support for restarting application process if OpenGL context is lost (#1409)
* Add code to allow app to restart cleanly.
Call native renderer before the sleep in onDrawFrame due to possibility of invalid texture data after delay.
Dispatch event if application process will be restarted.
Add AX_ENABLE_RESTART_APPLICATION_ON_CONTEXT_LOST configuration option. Disabled if AX_ENABLE_CACHE_TEXTURE_DATA is enabled.

* Add missing code for nativeOnContextLost

* Revert onDrawFrame change to commit in separate PR

* Fix activity reference
2023-11-02 19:41:41 +08:00
..
.gitignore Final migrate (#876) 2022-10-01 16:24:52 +08:00
AndroidManifest.xml [Android] Enable support for restarting application process if OpenGL context is lost (#1409) 2023-11-02 19:41:41 +08:00
axutils.gradle Improve build script 2023-09-13 16:00:33 +08:00
build.gradle Android: Update AGP to 8.1.1 2023-09-12 01:13:06 +08:00
proguard-rules.pro Final migrate (#876) 2022-10-01 16:24:52 +08:00