ebiten/internal/atlas
Hajime Hoshi 26b9fa20c1 internal/graphics: Bug fix: Race condition at QuadVertices
QuadVertices or verticesBackend.slice reused its backend slice.
This caused a race condition. QuadVertices can be accessed from
multiple goroutines, and resetting the head and copying the data
at internal/graphicscommand might not be synced.

This change fixes this issue by basically reverting
9cb631e30f.

Closes #1546
2021-03-20 16:32:13 +09:00
..
export_test.go Rename internal/shareable -> internal/atlas 2021-03-12 00:22:08 +09:00
image_test.go Rename internal/shareable -> internal/atlas 2021-03-12 00:22:08 +09:00
image.go internal/graphics: Bug fix: Race condition at QuadVertices 2021-03-20 16:32:13 +09:00
shader.go Rename internal/shareable -> internal/atlas 2021-03-12 00:22:08 +09:00