ebiten/internal/driver
Hajime Hoshi 6b7f21f0c8 driver: Add Graphics.MaxImageSize and use it
There are some devices that cannot accept 4096x4096 pixels
textures. Get the maximum size and use it.

Fixes #892
2019-07-04 01:10:11 +09:00
..
compositemode.go graphics: Move const definitions to driver package 2019-06-26 01:05:13 +09:00
filter.go graphics: Move const definitions to driver package 2019-06-26 01:05:13 +09:00
gamepadbutton.go input: Move MouseButton and GamepadButton to driver package 2019-03-30 23:19:52 +09:00
graphics.go driver: Add Graphics.MaxImageSize and use it 2019-07-04 01:10:11 +09:00
input.go driver: Remove Touch struct 2019-04-07 19:25:10 -04:00
keys.go input: Move Key to driver package 2019-03-30 23:39:56 +09:00
mousebutton.go input: Move MouseButton and GamepadButton to driver package 2019-03-30 23:19:52 +09:00
ui.go driver: Remove UI.Loop and add UI.RunWithoutMainLoop 2019-04-09 21:55:59 -04:00