ebiten/internal/uidriver/js
Hajime Hoshi 8ff42f55a1 internal/graphicsdriver/opengl: Give up restorign on browsers
Using restorable images is expensive as this sometimes requires to
load pixels from GPU. On browsers, just reloading the application
should be fine when the context lost happens.

Closes #1603
2021-06-26 16:54:21 +09:00
..
input_js.go Remove support of Go 1.13 and Go 1.14 2021-06-07 21:44:22 +09:00
keys_js.go ebiten: Change the key name convention to follow the Web standard 2021-04-14 22:49:07 +09:00
ui_js.go internal/graphicsdriver/opengl: Give up restorign on browsers 2021-06-26 16:54:21 +09:00