ebiten/internal/atlas
Hajime Hoshi ad51e22252 internal/atlas: bug fix: ReadPixels crashed when inFrame was false
This change fixes the issue by letting ReadPixels return a channel
and executing this asynchronously when needed.

Closes #2815
2023-10-19 03:56:54 +09:00
..
export_test.go internal/atlas: refactoring 2023-08-06 16:03:57 +09:00
image_test.go internal/atlas: bug fix: ReadPixels crashed when inFrame was false 2023-10-19 03:56:54 +09:00
image.go internal/atlas: bug fix: ReadPixels crashed when inFrame was false 2023-10-19 03:56:54 +09:00
set.go internal/atlas: bug fix: copy the image slice before iterating it 2023-08-23 16:41:34 +09:00
shader_test.go internal/atlas: bug fix: ReadPixels crashed when inFrame was false 2023-10-19 03:56:54 +09:00
shader.go internal/buffered: remove unnecessary deferred functions for shaders 2023-10-18 23:36:41 +09:00