-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raw-window-handle support #229
Comments
The If we're receiving a handle to an external window via It's probably OK in Am I right in thinking the actions here would be:
Could possibly be done by making these conditional on a |
Possibly makes sense to wait for #230 to merge before making changes that might conflict? |
Glutin dependency is fairly tightly integrated right now, as you found out. One of the driving principles behind this project is to have a pure-rust tech stack. In this sense, glutin is the only way forward, hence there was no strong force to decouple it. Saying that, making the code more structured and relying on RawWindowHandle at the crate boundaries would still be a win. |
Had a look tonight since #230 has been merged. Am I right in thinking that for the If so, this might require a gfx change since The main reason for gfx requiring |
Apologies if this is covered by an existing issue (perhaps #129 or #161?) but is there any plan to support
raw-window-handle
? Or otherwise easily initialize three to render to an existing window?The text was updated successfully, but these errors were encountered: