ebiten/internal/graphics
Hajime Hoshi fc867d4b0b 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:53:11 +09:00
..
math_test.go graphics: Rename NextPowerOf2Int -> InternalImageSize and add image size adjustment 2019-02-14 23:06:01 +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:53:11 +09:00