ebiten/internal/processtest
Hajime Hoshi 27cb149475 internal/graphicscommand: bug fix: resolve unsent WritePixels commands
(*Image).WritePixels doens't send a command to the queue immediately
but caches commands internally. However, the package atlas assumed
that pixel data was sent to the cache every end of a frame. Then, byte
slices for pixels were corrupted.

This change fixes the issue by resolving all the images when flushing
commands.

Closes #2390
2022-10-16 15:19:25 +09:00
..
testdata internal/graphicscommand: bug fix: resolve unsent WritePixels commands 2022-10-16 15:19:25 +09:00
processtest_test.go all: replace io/ioutil with io and os 2022-09-15 02:54:25 +09:00