Ebitengine Version
2.9.9
Operating System
Go Version (go version)
1.25
What steps will reproduce the problem?
What is the expected result?
Background should be black.
What happens instead?
Background is transparent.
Anything else you feel useful to add?
Works on Linux Nvidia 580 (Issue started on nvidia 590 to current (595 which is default on Ubuntu 26.04)) and MacOS
Ebitengine Version
2.9.9
Operating System
Go Version (
go version)1.25
What steps will reproduce the problem?
Clone https://github.com/hajimehoshi/ebiten.git
Go to examples/2048
Modify main.go -> Enable resizing ebiten.SetWindowResizingMode(ebiten.WindowResizingModeEnabled)
go run main.go then resize
What is the expected result?
Background should be black.
What happens instead?
Background is transparent.
Anything else you feel useful to add?
Works on Linux Nvidia 580 (Issue started on nvidia 590 to current (595 which is default on Ubuntu 26.04)) and MacOS