ebiten/internal/graphics
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
..
bytes.go internal/atlas: introduce a managed byte slice pool 2023-10-09 20:32:32 +09:00
export_test.go internal/atlas: do not adjust pixels for DrawTriangles(Shader) 2022-10-11 02:09:20 +09:00
graphics_test.go internal/atlas: do not adjust pixels for DrawTriangles(Shader) 2022-10-11 02:09:20 +09:00
math.go graphics: Refactoring 2019-06-26 00:18:40 +09:00
shader.go internal/graphics: fix wrong comments 2023-09-21 01:59:20 +09:00
vertex.go internal/graphics: enable to specify regions for each source image 2023-08-27 21:15:01 +09:00