ebiten/internal/restorable
Hajime Hoshi cddb93b9f6 graphicscommand: Move the texel adjustment logic to graphicscommand package
This is a preparation for #879. The value of the texel adjustment
depends on the graphics driver (GLSL float precisions), and this
can be accessed only after the run loop runs. The place where
graphics commands are executed seems an appropriate place.

Updates #879
2019-06-22 03:52:51 +09:00
..
doc.go restorable: Add comments 2017-09-15 00:24:18 +09:00
image.go graphicscommand: Move the texel adjustment logic to graphicscommand package 2019-06-22 03:52:51 +09:00
images_test.go graphics: Move the vertices backend to ebiten package 2019-06-22 00:02:22 +09:00
images.go restorable: Bug fix: Skip the screen image to check invalidation 2019-05-28 11:29:34 +09:00