mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
61f1d8b69f
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 |
||
---|---|---|
.. | ||
export_test.go | ||
graphics_test.go | ||
math.go | ||
shader.go | ||
vertex.go |