summaryrefslogtreecommitdiffstats
path: root/third_party/rust/metal/examples/raytracing/README.md
blob: 0071e59747c52b97ad3257edcc2d69b15336afc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Raytracing

A good showcase of Metal 3 raytracing features. 

![Screenshot of the final render](./screenshot.png)

## To Run

```
cargo run --example raytracing
```