From 0e478443815c62c6d6cd042fbbeaeceeb6830478 Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 21 Jul 2023 15:03:42 -0700 Subject: Add support for `-fvk-invert-y`. (#3012) Co-authored-by: Yong He --- docs/command-line-slangc-reference.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/command-line-slangc-reference.md') 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>. + +## -fvk-invert-y +Negates (additively inverts) SV_Position.y before writing to stage output. + + ## -enable-effect-annotations Enables support for legacy effect annotation syntax. -- cgit v1.2.3