bevy/examples/window
mahkoh f37f5fd281
Fix transparent_window example on wayland (#15262)
Wayland only supports pre-multiplied alpha. Behavior on X11 seems
unchanged.

# Objective

- Fix #10929 on wayland.

## Solution

- Request pre-multiplied alpha.

## Testing

- Ran the example locally.
2024-10-06 20:07:46 +00:00
..
clear_color.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
custom_user_event.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
low_power.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
monitor_info.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
multiple_windows.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
scale_factor_override.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
screenshot.rs Inverse bevy_render bevy_winit dependency and move cursor to bevy_winit (#15649) 2024-10-06 18:25:50 +00:00
transparent_window.rs Fix transparent_window example on wayland (#15262) 2024-10-06 20:07:46 +00:00
window_resizing.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
window_settings.rs Inverse bevy_render bevy_winit dependency and move cursor to bevy_winit (#15649) 2024-10-06 18:25:50 +00:00