ebiten/internal/uidriver
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
..
glfw uidriver/glfw: Use the actual window size for the offscreen 2020-05-22 18:18:38 +09:00
js restorable: Add an explicit way to detect context-lost 2020-05-30 20:29:15 +09:00
mobile graphicsdriver/opengl: Rename Driver -> Graphics 2020-04-04 17:23:38 +09:00