ebiten/internal/atlas
Hajime Hoshi e80e981bf5 internal/atlas: let callers retry ReadPixels instead of blocking
This is a preparation to implement HandleInput, which might call
(*Image).At in its callback.

Updates #1704
2023-10-20 02:30:32 +09:00
..
export_test.go internal/atlas: refactoring 2023-08-06 16:03:57 +09:00
image_test.go internal/atlas: let callers retry ReadPixels instead of blocking 2023-10-20 02:30:32 +09:00
image.go internal/atlas: let callers retry ReadPixels instead of blocking 2023-10-20 02:30:32 +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: let callers retry ReadPixels instead of blocking 2023-10-20 02:30:32 +09:00
shader.go internal/buffered: remove unnecessary deferred functions for shaders 2023-10-18 23:36:41 +09:00