Transparent window on Linux, bevy 0.11 #9696
Unanswered
AsessionGuy
asked this question in
Q&A
Replies: 1 comment
-
The surface (window) only supports This might be a result of rust-windowing/winit#2895 -- the PR is currently only published in beta releases. You can try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm new to bevy and I've been trying to get a transparent window on Linux (X11 or Wayland) using
bevy 0.11.2
.Reading some github issues #3032 #3033, it looks like it was possible in the past but right now if I set
transparent
totrue
andcomposite_alpha_mode
to other thanCompositeAlphaMode::Opaque
,CompositeAlphaMode::Inherit
orCompositeAlphaMode::Auto
, I got the following error:system info
Operating System: Arch Linux
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.10
Kernel Version: 6.4.12-lqx1-2-lqx (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 3600 6-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: B450 AORUS PRO WIFI
main.rs
output
Beta Was this translation helpful? Give feedback.
All reactions