ebiten/internal/shareable
Hajime Hoshi 2d079b123f restorable: Add ResetRestoringState to reset the state
After Fill command, the image doesn't have to keep the restoring
information. Now Fill command is as same as DrawTriangles, there
is no way for restorable.Image to know whether it can reset the
state or not. ResetRestoringState clears the state explicitly.
2019-07-20 14:04:02 +09:00
..
shareable_test.go restorable: Split pixel records into regions 2019-07-19 10:59:48 +09:00
shareable.go restorable: Add ResetRestoringState to reset the state 2019-07-20 14:04:02 +09:00