ebiten/internal/atlas
Hajime Hoshi 61f1d8b69f internal/graphics: remove the common vertices backend
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
2022-12-03 01:02:23 +09:00
..
export_test.go internal/atlas: bug fix: compile error 2022-10-16 20:02:42 +09:00
image_test.go internal/atlas: bug fix: compile error 2022-10-16 20:02:42 +09:00
image.go internal/graphics: remove the common vertices backend 2022-12-03 01:02:23 +09:00
shader_test.go internal/graphicsdriver: add Blend struct 2022-10-16 01:08:26 +09:00
shader.go all: use Kage shaders in internal packages 2022-10-02 19:17:09 +09:00