commit | 77d908af8a3481514a5aec32469d7767671199d3 | [log] [tgz] |
---|---|---|
author | John Kessenich <cepheus@frii.com> | Sat Nov 09 00:18:22 2013 +0000 |
committer | John Kessenich <cepheus@frii.com> | Sat Nov 09 00:18:22 2013 +0000 |
tree | c7c7f6b5cc5cc703633fb1604d6642070a20a4c7 | |
parent | 0876a5820353710ba1748aa1a394f64186630b7d [diff] [blame] |
Added constant folding for relational (e.g. lessThan) built-ins, relational built-ins for uints, and bitwise ops for mixed scalars and vectors. Also, allow comments to precede "#version 100". git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23974 e7fa87d3-cd2b-0410-9028-fcbf551c1848
diff --git a/Test/100.frag b/Test/100.frag index 61107c2..4250ab7 100644 --- a/Test/100.frag +++ b/Test/100.frag
@@ -1,5 +1,5 @@ +// okay #version 100 - int a[3] = { 2, 3, 4, }; // ERROR int uint;