Opacity compositing

This commit is contained in:
2026-03-23 16:33:19 -04:00
parent 6079117f2c
commit e327516e5e
6 changed files with 42 additions and 10 deletions

View File

@@ -36,6 +36,7 @@ fn main() -> Result<(), Box<dyn Error>> {
window.surface_target(),
scene.logical_size.width as u32,
scene.logical_size.height as u32,
ruin_ui::Color::rgb(0x08, 0x0C, 0x14),
)?;
println!("Opening RUIN Wayland / wgpu demo window...");