Files
ebiten/internal/graphicsdriver/opengl
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
..
2020-01-03 19:04:48 +09:00
2019-02-06 23:43:03 -10:00