ebiten/internal/graphicsdriver
Hajime Hoshi 59431e1cad graphicsdriver/opengl: Leave comments why we don't use PBO on Android
Unfotunately, PBO might slow Android applications expecially when
coming back from context lost. Ebiten sends a lot of draw calls to
replace pixels in such case.

Until we find a good solution, let's not use PBO on Android.

Fixes #988
2020-01-19 17:02:34 +09:00
..
metal driver: Refactoring: Remove Graphics.Flush 2019-12-06 08:56:55 +09:00
opengl graphicsdriver/opengl: Leave comments why we don't use PBO on Android 2020-01-19 17:02:34 +09:00