mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
f611b48c71
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 |
||
---|---|---|
.. | ||
gl | ||
gles | ||
bytes.go | ||
context_desktop.go | ||
context_js.go | ||
context_mobile.go | ||
context_notx.go | ||
context_x.go | ||
context.go | ||
defaultshader.go | ||
framebuffer.go | ||
graphics_mobile.go | ||
graphics.go | ||
image.go | ||
locationcache.go | ||
program.go | ||
shader.go | ||
types.go |