HLSL: return correct error when HLSL parsing fails.

At least partially addresses issue #510.
This commit is contained in:
John Kessenich
2016-09-15 22:49:31 -06:00
parent 315b6b9f68
commit 7f702124ec
2 changed files with 5 additions and 4 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.1482"
#define GLSLANG_DATE "12-Sep-2016"
#define GLSLANG_REVISION "Overload400-PrecQual.1485"
#define GLSLANG_DATE "15-Sep-2016"