ebiten/internal/buffered
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
..
command.go buffered: Refactoring 2020-06-30 01:16:50 +09:00
image_test.go ebiten: Remove the error returning value from NewImage 2020-10-06 00:48:56 +09:00
image.go internal/buffer: remove the graphics-driver argument from ReplacePartialRegionPixels 2022-03-21 05:59:43 +09:00