From 24bf067d4cb4868d4b733c2a646e0721e8b34ff8 Mon Sep 17 00:00:00 2001 From: cheneym2 Date: Tue, 29 Oct 2024 15:16:20 -0400 Subject: Increase slangc option visibility in docs (#5425) * Increase slangc option visibility in docs Link to slangc command-line reference from readme. readme. Boost the visiblity of the link in the user-guide. Consolidates command-line-slangc.md into the user-guide. Fixes #4124 * Update README.md * Update 08-compiling.md --------- Co-authored-by: Yong He --- docs/nvapi-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/nvapi-support.md') diff --git a/docs/nvapi-support.md b/docs/nvapi-support.md index ac3a2e943..a50a93bca 100644 --- a/docs/nvapi-support.md +++ b/docs/nvapi-support.md @@ -63,7 +63,7 @@ The astute reader may have noticed that the default Slang HLSL prelude *does* co #endif ``` -This means that the *downstream* compiler (such as DXC and FXC) must be able to handle this include. Include paths can be specified for downstream compilers via the [-X mechanism](command-line-slangc.md#downstream-arguments). So for example... +This means that the *downstream* compiler (such as DXC and FXC) must be able to handle this include. Include paths can be specified for downstream compilers via the [-X mechanism](user-guide/08-compiling.md#downstream-arguments). So for example... ``` -Xfxc -IpathTo/nvapi -Xdxc -IpathTo/nvapi -- cgit v1.2.3