diff options
| author | Yong He <yonghe@outlook.com> | 2023-07-21 15:03:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-21 15:03:42 -0700 |
| commit | 0e478443815c62c6d6cd042fbbeaeceeb6830478 (patch) | |
| tree | 383a16465feadfd5800ebec547ae86d844853210 /docs/command-line-slangc-reference.md | |
| parent | 82508d87e1199a2e299ac21b8b6ac8d192917d1d (diff) | |
Add support for `-fvk-invert-y`. (#3012)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'docs/command-line-slangc-reference.md')
| -rw-r--r-- | docs/command-line-slangc-reference.md | 5 |
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 <N> <space>' shifts by N the inferred bind Places the $Globals cbuffer at descriptor set <descriptor-set> and binding <N>. +<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. |
