Desktop: Add the transparent viewport hole punch and hook up window button plumbing (#2949)

This commit is contained in:
Keavon Chambers 2025-07-28 02:13:32 -07:00 committed by GitHub
parent d9de1a1c73
commit 66cd7a3b76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 300 additions and 77 deletions

View file

@ -43,7 +43,7 @@ impl Context {
trace: wgpu::Trace::Off,
})
.await
.unwrap();
.ok()?;
let info = adapter.get_info();
// skip this on LavaPipe temporarily