mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-30 22:51:06 +00:00
b22c069f7a
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DirStackFileIncluder.h | ||
ResourceLimits.cpp | ||
ResourceLimits.h | ||
spirv-remap.cpp | ||
StandAlone.cpp | ||
Worklist.h |