ebiten/internal/atlas
Hajime Hoshi 31945563d8 internal/atlas: optimize adjustDestinationPixel
```
go test -bench=BenchmarkAdjustPixel -run=^$ -count=5 ./internal/atlas/
```

```
name           old time/op  new time/op  delta
AdjustPixel-8  2.59ns ± 1%  2.12ns ± 1%  -18.16%  (p=0.008 n=5+5)
```
2022-09-15 01:50:47 +09:00
..
export_test.go internal/atlas: add a benchmark for adjustDestinationPixel 2022-09-15 01:25:26 +09:00
image_test.go internal/atlas: optimize adjustDestinationPixel 2022-09-15 01:50:47 +09:00
image.go internal/atlas: optimize adjustDestinationPixel 2022-09-15 01:50:47 +09:00
shader_test.go internal/atlas: rename ReplacePixels -> WritePixels 2022-08-08 03:24:46 +09:00
shader.go internal/atlas: add comments 2022-06-08 11:18:08 +09:00