ebiten/internal/uidriver
Hajime Hoshi 7b960a2df4 uidriver/glfw: Use the actual window size for the offscreen
On Windows, a specified window size might not match with the
actual window size when the size is too big. In this case, Ebiten
could not render the offscreen well and the upper side was cropped.

To avoid this, use the actual window size for the offscreen.

Fixes #1163
2020-05-22 18:18:38 +09:00
..
glfw uidriver/glfw: Use the actual window size for the offscreen 2020-05-22 18:18:38 +09:00
js uidriver/js: Clean up 2020-05-19 04:08:33 +09:00
mobile graphicsdriver/opengl: Rename Driver -> Graphics 2020-04-04 17:23:38 +09:00