ebiten/internal/graphicsdriver/opengl/gles
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
..
const.go graphicsdriver/opengl/gles: Add copyright comments 2020-10-18 18:18:08 +09:00
default.go graphicsdriver/opengl: Use native GLES functions for mobiles 2020-10-19 03:51:20 +09:00
gomobile.go graphicsdriver/opengl: Use native GLES functions for mobiles 2020-10-19 03:51:20 +09:00
interface.go graphicsdriver/opengl: Use native GLES functions for mobiles 2020-10-19 03:51:20 +09:00
str.go graphicsdriver/opengl: Use native GLES functions for mobiles 2020-10-19 03:51:20 +09:00