wgpu 0.16.3

Rusty WebGPU API wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# shadow


This animated example demonstrates shadow mapping.

## To Run


```
cargo run --example shadow
```

## Screenshots


![Shadow mapping](./screenshot.png)