ebiten/internal/buffered
Hajime Hoshi 54b4e87506 internal/restorable: bug fix: ReplacePixels on a sub-image might panic on Android
If regions by ReplacePixel are overlapped, this can panics. This can
happen only on Android, where a context lost can happen.

Thus, a sub-image cannot call a direct ReplacePixels. internal/buffer
has to care this.
2022-03-20 18:01:37 +09:00
..
command.go buffered: Refactoring 2020-06-30 01:16:50 +09:00
image_test.go ebiten: Remove the error returning value from NewImage 2020-10-06 00:48:56 +09:00
image.go internal/restorable: bug fix: ReplacePixels on a sub-image might panic on Android 2022-03-20 18:01:37 +09:00