-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update wgpu to 0.19 #3824
Merged
Merged
Update wgpu to 0.19 #3824
Changes from 29 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
f8c3154
update to wgpu bleeding edge
Wumpf ba99680
add wgpu-with-webgl-fallback feature
Wumpf 828ddec
web fixup
Wumpf 5297bc2
Use wgpu from main and make setting the window safe (and provide an u…
Wumpf 1871ffe
Remove `wgpu-with-webgl-fallback` again
Wumpf 5a5022f
Remove exe
emilk 5d754c8
Clean up Cargo.toml
emilk 404a95a
In eframe, document the need to turn on webgl/webgpu features of wgpu
emilk 9e6b6ae
Improve docs of egui-wgpu
emilk 84f351d
Fix doc-tests
emilk ce84ec1
update wgpu and wasm-bindgen
emilk cd2f6e0
Update to raw-window-handle 0.6 (except for glow, stuck at 0.5)
emilk 4c7540f
Make winit a workspace dependency
emilk ebba9f5
Don't use deprecated methods of new raw-window-handle
emilk 9c212c3
Fix web build
emilk ccb9dc8
rwh fixes
emilk 8e16563
Nicer output from check.sh
emilk b18d4b2
linux build fix
emilk 3840a84
cleanup
emilk c8c839f
build_demo_web.sh: quiet building
emilk d6bdadb
remove ehco in build_demo_web.sh
emilk 6b0c20b
Web logger: Mute debug log-spam from wgpu crates
emilk 90d7524
List selected and available adapters in the egui_demo_app backend panel
emilk 08fcca4
Remove "drag-to-move-window" demo from egui_demo_app
emilk e996df6
fix typo
emilk 7e66aa5
We cannot list available adapters on web
emilk 9b21cde
Warn about the 0.0.0.0 footgun
emilk 5ae0072
typo
emilk 70bec10
check `window.isSecureContext` and print info when not secure
emilk 676cbb9
Explain how to opt-out of WebGPU
emilk 2421a62
Use `get_default_config` on web
emilk 1b110e9
typo
emilk 5fa9794
Use `get_default_config` on native
emilk 5ce6c66
Better docs on how to pick WebGL and/or WebGPU
emilk a329f83
fix web build
emilk f71ba2b
Add 'WebGPU' to list of known words in clippy.toml
emilk d97c8df
Clippy fix
emilk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this has already landed, but this really should be no-default-features at least for egui-wgpu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will fix!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here we go: #3875