ebiten/internal/atlas
Hajime Hoshi f269b61903 internal/atlas: introduce a managed byte slice pool
A managed byte slice from the new byte slice pool has a function
to release and put it back to the pool explicitly, and this doesn't
rely on GCs.

Updates #1681
Closes #2804
2023-10-09 20:32:32 +09:00
..
export_test.go internal/atlas: refactoring 2023-08-06 16:03:57 +09:00
image_test.go internal/graphicsdriver: replace Region with image.Rectangle (#2791) 2023-09-28 14:29:55 +09:00
image.go internal/atlas: introduce a managed byte slice pool 2023-10-09 20:32: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/graphicsdriver: replace Region with image.Rectangle (#2791) 2023-09-28 14:29:55 +09:00
shader.go all: add a compiler directive kage:unit 2023-04-23 22:11:57 +09:00