ebiten/examples/contextlost
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
..
context_js.go internal/graphicsdriver/opengl: Give up restorign on browsers 2021-06-26 16:54:21 +09:00
context_notjs.go examples: Add //go:build 2021-06-24 21:49:37 +09:00
main.go examples: Add //go:build 2021-06-24 21:49:37 +09:00