1742: Mention WGPU_ADAPTER_NAME Env Var in WGPU README r=cwfitzgerald a=zicklag

**Connections**
None

**Description**
Mentions the new `WGPU_ADAPTER_NAME` environment variable in the WGPU readme.

**Testing**



Co-authored-by: Zicklag <zicklag@katharostech.com>
This commit is contained in:
bors[bot] 2021-07-28 20:13:58 +00:00 committed by GitHub
commit 258e685ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,10 @@ The following environment variables can be used to configure how the framework e
If unset a low power adapter is preferred.
- `WGPU_ADAPTER_NAME`
Select a specific adapter by specifying a substring of the adapter name.
#### Run Examples on the Web (`wasm32-unknown-unknown`)
See [wiki article](https://github.com/gfx-rs/wgpu-rs/wiki/Running-on-the-Web-with-WebGPU-and-WebGL).