ebiten/internal/graphics
Hajime Hoshi 732fd5da0d 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:56:54 +09:00
..
math_test.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
math.go graphics: Refactoring 2019-06-26 00:18:40 +09:00
vertex.go internal/graphics: Bug fix: Race condition at QuadVertices 2021-03-20 16:56:54 +09:00