mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-11 18:43:21 +01:00
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 | ||
image_test.go | ||
image.go | ||
shader_test.go | ||
shader.go |