Skip to content
Snippets Groups Projects
  1. Jan 02, 2018
  2. Dec 30, 2017
  3. Dec 24, 2017
  4. Dec 21, 2017
  5. Dec 20, 2017
  6. Dec 17, 2017
  7. Dec 16, 2017
  8. Dec 15, 2017
  9. Dec 14, 2017
  10. Dec 12, 2017
  11. Dec 09, 2017
  12. Dec 08, 2017
  13. Dec 07, 2017
    • LoopDawg's avatar
      HLSL: add optional position.Y inversion · b22c069f
      LoopDawg authored
      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
      b22c069f
Loading