wgpu 0.13.1

Rusty WebGPU API wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# hello


This example prints output describing the adapter in use.

## To Run


```
cargo run --example hello
```

## Example output


```
# You might see different output as it depends on your graphics card

AdapterInfo { name: "Intel(R) UHD Graphics 630", vendor: 0, device: 0, device_type: IntegratedGpu, backend: Metal }
```