cant get transparent window example to work #17788
Answered
by
Rratic
WolfLikeASir
asked this question in
Q&A
-
Followed the steps to run the example like any other, but instead of having a transparent background the Bevy logo sits on a pure black one. |
Beta Was this translation helpful? Give feedback.
Answered by
Rratic
Feb 11, 2025
Replies: 1 comment
-
The comments in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
WolfLikeASir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The comments in
bevy_windows: windows.rs
saysYou should also set the window `composite_alpha_mode` to `CompositeAlphaMode::PostMultiplied`.
, but that may not bein the list of supported alpha modes: [Opaque]
. You can check #10929