We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae501ac + 77e5eeb commit 1f05e37Copy full SHA for 1f05e37
1 file changed
README.md
@@ -41,6 +41,17 @@ Use command line to execute LuisaRender:
41
<build-fodler>/bin/luisa-render-cli -b <backend> [-d <device-index>] <scene-file>
42
```
43
44
+Possible values of the parameter `backend` are listed below:
45
+| Backend | Value |
46
+| :------------: | :------: |
47
+| CPU | cpu |
48
+| CUDA | cuda |
49
+| DirectX | dx |
50
+| Metal | metal |
51
+| LLVM-based CPU | fallback |
52
+
53
+Note: You need to enable the corresponding compilation options for the chosen backend.
54
55
To print the help message about the command line arguments, simply type
56
```bash
57
<build-fodler>/bin/luisa-render-cli -h
0 commit comments