ebiten/internal/graphicsdriver
Hajime Hoshi 7b77164710 restorable: Ignore the error when restoring failed due to being not ready
(driver.Graphics).BeginFrame tries to restore the images, but
the context might be lost at that time yet. If the attempt to
restore the context because the driver is not ready, return
silently.

Fixes #1133
2020-04-12 20:01:18 +09:00
..
metal graphicsdriver/metal: Rename Driver -> Graphics 2020-04-04 17:12:24 +09:00
monogame graphicsdriver/monogame: Bug fix: Wrong viewport values 2020-04-11 18:56:50 +09:00
opengl restorable: Ignore the error when restoring failed due to being not ready 2020-04-12 20:01:18 +09:00