Skip to content

Commit 1f05e37

Browse files
committed
Merge branch 'next' of github.com:LuisaGroup/LuisaRender into next
2 parents ae501ac + 77e5eeb commit 1f05e37

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@ Use command line to execute LuisaRender:
4141
<build-fodler>/bin/luisa-render-cli -b <backend> [-d <device-index>] <scene-file>
4242
```
4343

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+
4455
To print the help message about the command line arguments, simply type
4556
```bash
4657
<build-fodler>/bin/luisa-render-cli -h

0 commit comments

Comments
 (0)