ebiten/internal/buffered
Hajime Hoshi 3cf867035d buffered: Do not delay commands if possible
Delaying commands causes memory allocations, which can be heavy
especially on browsers.

This avoids to use 'defer' for performance.
2019-09-27 03:27:47 +09:00
..
command.go buffered: Do not delay commands if possible 2019-09-27 03:27:47 +09:00
image.go buffered: Do not delay commands if possible 2019-09-27 03:27:47 +09:00