Merge: simplify glslangValidator test to support different versions of the tool
authorJean Privat <jean@pryen.org>
Thu, 20 Aug 2015 02:30:47 +0000 (22:30 -0400)
committerJean Privat <jean@pryen.org>
Thu, 20 Aug 2015 02:30:47 +0000 (22:30 -0400)
commit5a7dab46f90b3507e34d812f8d0bad37c4f428a7
tree428bc492c061515fe1911cfc54902fd8564caa26
parentfd425db6810eb86d869fda9246545977a3ef8e1a
parent855de9e44976e3f63fcb7b1c90542a015ff15ec5
Merge: simplify glslangValidator test to support different versions of the tool

As reported in #1537, different versions of glslangValidator do not output the same error messages as they do not use the same default type for undeclared variables. This PR removes an error from the glsl code (or fix it if you prefer) so different versions of the tools have the same output. There are still many more errors to check that the integration of the tool within nitc works.

Fix #1537.

Pull-Request: #1643
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>