ebiten/internal/uidriver/js
Hajime Hoshi 2bdef2e8c4 restorable: Add an explicit way to detect context-lost
isTexture was used to detect context-lost and called every frame.
This was not good for performance.

This change adds a way to notify context-lost from the WebGL
handlers directly, and the package restorable uses it instead of
calling (*Image).isInvalaidated.

Fixes #1175
2020-05-30 20:29:15 +09:00
..
input.go driver: Simplify UIContext.Update 2020-04-03 00:18:27 +09:00
keys.go input: Refactoring: Rename variables 2020-02-19 10:52:58 +09:00
ui.go restorable: Add an explicit way to detect context-lost 2020-05-30 20:29:15 +09:00