mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
Desktop: Add the transparent viewport hole punch and hook up window button plumbing (#2949)
This commit is contained in:
parent
d9de1a1c73
commit
66cd7a3b76
26 changed files with 300 additions and 77 deletions
|
|
@ -43,7 +43,7 @@ impl Context {
|
|||
trace: wgpu::Trace::Off,
|
||||
})
|
||||
.await
|
||||
.unwrap();
|
||||
.ok()?;
|
||||
|
||||
let info = adapter.get_info();
|
||||
// skip this on LavaPipe temporarily
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue