ebiten/internal/atlas
Hajime Hoshi 06f4142ca0 internal/driver: Optimization: Replace interface{} with driver.Uniform
Converting a value from/to interface{} can create a value in heap
and this is not efficient.
2021-10-30 02:58:28 +09:00
..
export_test.go internal/atlas: Bug fix: Disable a test resetting the backend 2021-08-15 00:02:59 +09:00
image_test.go Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
image.go internal/driver: Optimization: Replace interface{} with driver.Uniform 2021-10-30 02:58:28 +09:00
shader_test.go Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
shader.go Rename internal/shareable -> internal/atlas 2021-03-12 00:22:08 +09:00