HLSL: Fix #758: Support character literals (except for numeric escape sequences).

This commit is contained in:
John Kessenich 2017-04-12 16:31:15 -06:00
parent 2051815bcc
commit a0c578a6df
6 changed files with 331 additions and 1 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.1996"
#define GLSLANG_REVISION "Overload400-PrecQual.1998"
#define GLSLANG_DATE "12-Apr-2017"