Context sharing in opengl #7175
Unanswered
Dreaming-Codes
asked this question in
Q&A
Replies: 1 comment 2 replies
-
That is actually a documentation issue, if you select the windows documentation platform you can see that the method is still there. It's getting fooled by our configuration. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Is there any way to attach to an existing opengl instance within the same process?
I'm trying to render an HUD on top of an opengl canvas by injecting a dynamic library is that possible with wgpu.
This method seems related but it's not supported on windows and I need to support all major platforms
https://docs.rs/wgpu-hal/latest/wgpu_hal/gles/struct.Adapter.html#method.new_external
Beta Was this translation helpful? Give feedback.
All reactions