ebiten/internal/uidriver/mobile
Hajime Hoshi f611b48c71 graphicsdriver/opengl: Use native GLES functions for mobiles
After this change, GL functions for mobiles, especially Android, are
native ones instead of golang.org/x/mobile/gl functions in order to
reduce goroutine context switches.

On gomobile-build, golang.org/x/mobile/gl functions are still used.

Fixes #1387
2020-10-19 03:51:20 +09:00
..
graphics_ios.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
graphics_opengl.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
input.go ebiten: Introduce type TouchID 2020-10-10 03:57:47 +09:00
keys.go ebiten: Add KeySuper 2020-10-11 18:40:40 +09:00
ui.go graphicsdriver/opengl: Use native GLES functions for mobiles 2020-10-19 03:51:20 +09:00