ebiten/internal/affine
Hajime Hoshi cff64894cc internal/affine: refactoring: use slices instead of array pointers
This doesn't change the performance at the test using ColorM:

```
name           old time/op  new time/op  delta
ColorMScale-8  1.11µs ±43%  1.23µs ±70%   ~     (p=1.000 n=5+5)
```
2022-09-30 22:20:32 +09:00
..
affine.go internal/affine: Separate ColorM implementation 2021-07-26 15:21:12 +09:00
colorm_test.go internal/affine: add test 2022-07-01 01:46:37 +09:00
colorm.go internal/affine: refactoring: use slices instead of array pointers 2022-09-30 22:20:32 +09:00