mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-11 23:55:30 +00:00
The GPU API doesn't currently support transparent windows (transparent swapchain effects doesn't seem possible on D3D12) so we should explicitly fail so users don't expect transparency and then not get it. Fixes https://github.com/libsdl-org/SDL/issues/12410