diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/command-line-slangc.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/command-line-slangc.md b/docs/command-line-slangc.md index 8d59526d4..5e706f695 100644 --- a/docs/command-line-slangc.md +++ b/docs/command-line-slangc.md @@ -133,6 +133,7 @@ For completeness, here are the options that `slangc` currently accepts: * 'dxc': Use DirectXShaderCompiler (https://github.com/Microsoft/DirectXShaderCompiler) * These are intended for debugging/testing purposes, when you want to be able to see what these existing compilers do with the "same" input and options +* `-verbose-paths`: When displaying diagnostic output aim to display more detailed path information. In practice this is typically the complete 'canonical' path to the source file used. * `--`: Stop parsing options, and treat the rest of the command line as input paths |
