bkaradzic / bgfx

Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
https://bkaradzic.github.io/bgfx/overview.html
BSD 2-Clause "Simplified" License
15.11k stars 1.95k forks source link

Replace ALooper_pollAll with ALooper_pollOnce #3334

Closed bwrsandman closed 3 months ago

bwrsandman commented 3 months ago

Fixes #3333

Since the android entry is very close to android samples, the changes were heavily inspired by https://github.com/android/ndk-samples/pull/1008 Tested with https://github.com/gsfare/bgfx-android-examples on a pixel 7 pro with NDK r26. Successfully compiles with r27.

bkaradzic commented 3 months ago

LGTM!