Skip to content

Commit 0563884

Browse files
authored
Fix command usage for nzslc in README.md
1 parent 305409d commit 0563884

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ There are two binary tools you can use:
6464
**nzslc example usage:**
6565

6666
- Validating shader: `nzslc file.nzsl`
67-
- Compile a shader to GLSL: `nzsl --compile=glsl file.nzsl`
68-
- Compile a shader to SPIR-V: `nzsl --compile=spv file.nzsl`
69-
- Compile a shader using modules to both GLSL and SPIR-V header includable version: `nzsl --module module_file.nzsl --module module_folder/ --compile=glsl-header,spv-header file.nzsl`
67+
- Compile a shader to GLSL: `nzslc --compile=glsl file.nzsl`
68+
- Compile a shader to SPIR-V: `nzslc --compile=spv file.nzsl`
69+
- Compile a shader using modules to both GLSL and SPIR-V header includable version: `nzslc --module module_file.nzsl --module module_folder/ --compile=glsl-header,spv-header file.nzsl`
7070

7171
Run `nzslc -h` to see all supported options.
7272

0 commit comments

Comments
 (0)