ebiten/internal/buffered
Hajime Hoshi 4c640d2500 buffered, restorable: Remove copying pixels
Instead, the callers (ebiten.NewImageFromImage and
(*ebiten.Image).ReplacePixels) have responsibility to copy the
pixels now. This change should reduce unnecessary copying pixels.

Updates #1222
2020-07-01 02:56:40 +09:00
..
command.go buffered: Refactoring 2020-06-30 01:16:50 +09:00
image_test.go buffered: Add Shader 2020-05-30 03:36:28 +09:00
image.go buffered, restorable: Remove copying pixels 2020-07-01 02:56:40 +09:00