-
Notifications
You must be signed in to change notification settings - Fork 547
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
Using default nsview if not provided by raw-window-handle #3329
Comments
Yes, that would make sense |
* Based on change: https://github.com/gfx-rs/wgpu/pull/462/files * Potentially resolves gfx-rs#3329
I wasn't sure what branch to put this on. bevy looks like it's using 0.5, and I only applied the change to that branch but only macOS since that's what I'm testing on. This looks like it resolves the issue for me but not sure how you want to proceed with upstreaming this fix. |
fyi I extracted the conversion process for Metal out in a separate crates (https://github.com/norse-rs/raw-window-metal) for |
Let's use it then! |
Bevy has a We should focus on supporting that given how close 0.6.0 is. |
Short info header:
Would it make sense to apply this change https://github.com/gfx-rs/wgpu/pull/462/files in wgpu to Instance::create_surface?
I am hitting this when adding SDL2 as a backend to bevy.
The text was updated successfully, but these errors were encountered: