LoopDawg b22c069f7a HLSL: add optional position.Y inversion
Adds command line options:

   --invert-y
   --iy

(synonyms) which invert position.Y on vertex shader output.  Handles these cases:

* Direct single variable return
* Member of direct returned struct
* Single variable output parameter
* Member of struct output parameter

API:

    // Enables position.Y output negation in vertex shader
    void TShader::setInvertY(bool invert);

Fixes #1173
2017-12-07 10:48:14 -07:00
..
2016-03-03 12:12:07 -05:00
2016-07-19 15:13:47 -06:00
2017-07-23 13:54:15 -06:00
2017-07-23 13:54:15 -06:00
2017-07-23 13:54:15 -06:00
2017-07-23 13:54:15 -06:00
2017-07-23 13:54:15 -06:00
2017-07-23 13:54:15 -06:00
2017-07-23 11:49:42 -06:00
2015-06-26 10:48:26 -06:00
2015-06-26 10:48:26 -06:00
2016-11-21 18:25:08 -07:00
2017-08-23 14:33:31 -06:00
2017-06-26 17:52:22 -06:00
2017-03-03 18:19:03 -07:00
2017-03-22 11:38:22 -06:00
2017-10-22 23:17:18 -06:00