HLSL: Fix #770: implicitly convert bool operands to numeric operators.

This commit is contained in:
John Kessenich 2017-04-12 22:37:32 -06:00
parent a4c64c988c
commit 97366a0df0
5 changed files with 425 additions and 2 deletions

View file

@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "Overload400-PrecQual.1998"
#define GLSLANG_REVISION "Overload400-PrecQual.2000"
#define GLSLANG_DATE "12-Apr-2017"