Improve robustness of extension checking, and its intersection with ES 100 features.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23388 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
John Kessenich
2013-10-04 21:09:36 +00:00
parent c6b7e6350b
commit 816e9bc90b
13 changed files with 365 additions and 92 deletions

View File

@@ -21,7 +21,7 @@ void main()
gu[2] = 4.0; // ERROR, overflow
}
g4 = foo(g5);
g4 = foo(g5); // ERROR
g5 = g4; // ERROR
gu = g4; // ERROR