summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2023-07-21 15:03:42 -0700
committerGitHub <noreply@github.com>2023-07-21 15:03:42 -0700
commit0e478443815c62c6d6cd042fbbeaeceeb6830478 (patch)
tree383a16465feadfd5800ebec547ae86d844853210 /docs
parent82508d87e1199a2e299ac21b8b6ac8d192917d1d (diff)
Add support for `-fvk-invert-y`. (#3012)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/command-line-slangc-reference.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md
index a1387df5f..8bd15bbee 100644
--- a/docs/command-line-slangc-reference.md
+++ b/docs/command-line-slangc-reference.md
@@ -374,6 +374,11 @@ For example '-fvk-b-shift &lt;N&gt; &lt;space&gt;' shifts by N the inferred bind
Places the $Globals cbuffer at descriptor set &lt;descriptor-set&gt; and binding &lt;N&gt;.
+<a id="fvk-invert-y"></a>
+## -fvk-invert-y
+Negates (additively inverts) SV_Position.y before writing to stage output.
+
+
<a id="enable-effect-annotations"></a>
## -enable-effect-annotations
Enables support for legacy effect annotation syntax.