ebiten/internal/atlas
Hajime Hoshi b94c3fa9bb internal/atlas: split EndFrame into EndFrame and SwapBuffers
This enables to do something asynchronously while executing SwapBuffers
in a different goroutine.

This is a preparation for HandleInput.

Updates #1704
2023-10-24 00:22:04 +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: split EndFrame into EndFrame and SwapBuffers 2023-10-24 00:22:04 +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