mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
27cb149475
(*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 |
||
---|---|---|
.. | ||
command.go | ||
doc.go | ||
image_js.go | ||
image_notjs.go | ||
image_test.go | ||
image.go | ||
shader.go | ||
thread.go |