ebiten/internal/mipmap
Hajime Hoshi 29f7a45ccc internal/buffer: remove the graphics-driver argument from ReplacePartialRegionPixels
This is necessary to remove the graphics driver usage from
(*ebiten.Image).At. And this is necessary to determine the graphics
driver after the window becomes transparent or not.

Unfortunately, it is not obvious to make a transparent window with
DirectX. Then, the determination of a graphics driver should be delayed.

Updates #1007
2022-03-21 05:59:43 +09:00
..
mipmap.go internal/buffer: remove the graphics-driver argument from ReplacePartialRegionPixels 2022-03-21 05:59:43 +09:00