You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be open to a PR for a NativeWidget::from_raw_window_handle that could take a &impl HasRawWindowHandle.
It would essentially be an alternative to NativeWidget::from_winit_window.
I'm trying to get surfman to work for creating contexts and surfaces for gfx-backend-gl ( discussion here: gfx-rs/gfx#3151. I haven't gotten the surfman code pushed yet ). I was going to put the code right in gfx-backend-gl, but I thought that it could be useful to others if it was included in surfman.
The text was updated successfully, but these errors were encountered:
Cool. In #61 I put it behind the sm-raw-window-handle feature.
I think that PR is almost much ready, but I've only tested on X11, and I'm not 100% sure its working yet because I haven't run an example that actually displays anything yet.
Oh, and there was some stuff I didn't know how to do to get the window size from the wayland raw window handle so that still needs fixing.
Would you be open to a PR for a
NativeWidget::from_raw_window_handle
that could take a&impl HasRawWindowHandle
.It would essentially be an alternative to
NativeWidget::from_winit_window
.I'm trying to get
surfman
to work for creating contexts and surfaces forgfx-backend-gl
( discussion here: gfx-rs/gfx#3151. I haven't gotten thesurfman
code pushed yet ). I was going to put the code right ingfx-backend-gl
, but I thought that it could be useful to others if it was included insurfman
.The text was updated successfully, but these errors were encountered: