summaryrefslogtreecommitdiffstats
path: root/third_party/rust/metal/examples/raytracing/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/metal/examples/raytracing/README.md')
-rw-r--r--third_party/rust/metal/examples/raytracing/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/rust/metal/examples/raytracing/README.md b/third_party/rust/metal/examples/raytracing/README.md
new file mode 100644
index 0000000000..0071e59747
--- /dev/null
+++ b/third_party/rust/metal/examples/raytracing/README.md
@@ -0,0 +1,11 @@
+## Raytracing
+
+A good showcase of Metal 3 raytracing features.
+
+![Screenshot of the final render](./screenshot.png)
+
+## To Run
+
+```
+cargo run --example raytracing
+```