ebiten/internal/buffered
Hajime Hoshi 61f1d8b69f internal/graphics: remove the common vertices backend
It was actually impossible to use the common vertices backend in a
thread-safe manner, and actually this caused race conditions.

This changes fixes the issue by giving up a central backend, and
letting images have their own vertices buffer.

Closes #2473
2022-12-03 01:02:23 +09:00
..
command.go internal/buffered: refactoring 2022-06-25 01:42:40 +09:00
image_test.go all: unify terms for buffers and flushing 2022-10-16 19:47:00 +09:00
image.go internal/graphics: remove the common vertices backend 2022-12-03 01:02:23 +09:00