Fix crash: when no #version for compute shader in es mode.

An extra line of error recovery code set a non-sense combination of
es version and core profile.
This commit is contained in:
John Kessenich 2015-12-13 11:20:12 -07:00
parent 61d9fb9048
commit f5ce646546
2 changed files with 1 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 "SPIRV99.842"
#define GLSLANG_REVISION "SPIRV99.843"
#define GLSLANG_DATE "13-Dec-2015"