Hey there 👋
I'm trying to mix a webview and a wgpu buffer together in the same window.
I've found several Github repository showcasing how to do it, like: https://github.com/clearlysid/tauri-wgpu-cam/blob/main/src-tauri/src/main.rs
The common thing with these examples is that the wgpu frame is under the webview.
How to do it, the other way around: make the wgpu overlay the webview ?