ebiten/internal/mipmap
Hajime Hoshi f293a03ab6 internal/mipmap: reland: do not consider filter to determine mipmap level
This is a reland of 42833614fb.

Now the filter argument is not used (a4e9a05b14),
the filter value can be the nearest filter even though the shader is
for the linear filter.

As long as `canSkipMipmap` is set correctly, we don't have to consider
the parameter `filter`. We should ignore it.

Updates #2364
2022-10-02 19:14:23 +09:00
..
mipmap.go internal/mipmap: reland: do not consider filter to determine mipmap level 2022-10-02 19:14:23 +09:00