Fix crash: when no #version for compute shader in es mode.
authorJohn Kessenich <cepheus@frii.com>
Sun, 13 Dec 2015 18:20:12 +0000 (11:20 -0700)
committerJohn Kessenich <cepheus@frii.com>
Sun, 13 Dec 2015 18:20:12 +0000 (11:20 -0700)
commitf5ce6465466a8a8b6dbfd802bd65ac927f1745aa
tree9b645d0c6c8c54c6af5c94fd3d15ddf787522b5f
parent61d9fb9048aeda78ec4642d5a6afac90d241147c
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.
glslang/Include/revision.h
glslang/MachineIndependent/ShaderLang.cpp