-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Best reviewed commit-by-commit ### What We previously only logged the wgpu adapter info on native builds. This means we never logged wether or not the web viewer was using WebGL or WebGPU, for instance. With this PR, I now see this in my `Arc` browser log: > wgpu adapter backend: Gl, device_type: IntegratedGpu, name: "ANGLE (Apple, Apple M1 Pro, OpenGL 4.1)" I also cleaned up the logging, omitting empty strings. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [app.rerun.io](https://app.rerun.io/pr/4414) (if applicable) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/4414) - [Docs preview](https://rerun.io/preview/761ba00cd9e0c62441047d94c4e3a289c905e517/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/761ba00cd9e0c62441047d94c4e3a289c905e517/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
- Loading branch information
Showing
2 changed files
with
65 additions
and
56 deletions.
There are no files selected for viewing
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