Replies: 2 comments 2 replies
-
Any code to review? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I didn't post any message, but I'm following the post as I initially raised the issue for my game (which is still not solved). As for your questions, I don't have the answer as I don't know exactly how it works inside, but I'd be apply to try tuning your code and seeing if I find alternative ways to fix the issue :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all 👋
I'm trying to render a wgpu frame over the webview with the goal to support the steam overlay.
Here is my advancement so far:
Kooha-2024-12-09-08-13-17.mp4
The green part is wgpu rendering to the window.
You can see the webview buttons rendering on top of it
What I'm trying to do is to have the webview under the wgpu frames with transparency (to show the overlay over the webview)
Using maybe some sort of frame ordering, I don't know
My work is based on:
Other solutions I've explored but don't know the viability:
stacking two windows on top of each other
make the overlay window topmost, transparent, frameless
when overlay is present disable passthrough, otherwise enable passthrough (to allow mouse clicks and other to hit the correct window)
What do you think about these solutions ?
Beta Was this translation helpful? Give feedback.
All reactions