ebiten/internal/builtinshader
Hajime Hoshi 009fb504ed internal/builtinshader: remove adjustments for tie-breaking
This seems no longer needed with the pixel mode.

This was confirmed by this test:

```
go run . -run=TestImageLinearFilterGlitch2
```

The same change didn't work at b5ca404c42
but worked at 49582519c1, which
introduced the pixel mode.

Updates #1212
2023-08-30 23:55:44 +09:00
..
shader.go internal/builtinshader: remove adjustments for tie-breaking 2023-08-30 23:55:44 +09:00