ebiten/internal/mipmap
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
..
mipmap.go internal/graphics: remove the common vertices backend 2022-12-03 01:02:23 +09:00