mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-10-28 18:31:58 +08:00
This changes uses arrays rather than slices in order to avoid heap allocations. Updates #1193
This changes uses arrays rather than slices in order to avoid heap allocations. Updates #1193