ebiten/internal/atlas
Hajime Hoshi 928d82c685 internal/atlas: potential bug fix: restore images before other image manipulations
From the reported stack trace, there could be a potential issue in
atlas.BeginFrame: images were manipulated before the images are restored.
Restoring images assumes that all images are not stale, but manipulating
images like putOnAtlas might cause other images stale in ReplacePixels.

Though we failed to reproduce the case, this fix should make sense.

Updates #2075
2022-04-18 02:19:46 +09:00
..
export_test.go internal/graphicscommand: move the choice of graphics drivers to internal/ui 2022-03-20 02:51:31 +09:00
image_test.go internal/restorable: treat texels instead of pixels 2022-04-02 04:25:27 +09:00
image.go internal/atlas: potential bug fix: restore images before other image manipulations 2022-04-18 02:19:46 +09:00
shader_test.go internal/graphicscommand: compile shaders lazily 2022-03-21 21:09:02 +09:00
shader.go ebiten: compile shaders at NewShader 2022-04-04 02:52:57 +09:00