aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/100.frag.out
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2013-11-12 22:02:36 +0000
committerJohn Kessenich <cepheus@frii.com>2013-11-12 22:02:36 +0000
commitffa66d3bc7a9e966b7088ba83061b5959f9527c1 (patch)
treef995e2d148e59b036d9d1d3a5cecf3b074bda227 /Test/baseResults/100.frag.out
parent029d746bad818aa8d212188c09983b15ab8c0822 (diff)
downloadglslang-ffa66d3bc7a9e966b7088ba83061b5959f9527c1.tar.gz
Disallow arrays in initializers for non-array-object versions (assignment, etc. were already caught, but not initialization).
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24022 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Diffstat (limited to 'Test/baseResults/100.frag.out')
-rw-r--r--Test/baseResults/100.frag.out3
1 files changed, 2 insertions, 1 deletions
diff --git a/Test/baseResults/100.frag.out b/Test/baseResults/100.frag.out
index 1c08f355..9a5c37e5 100644
--- a/Test/baseResults/100.frag.out
+++ b/Test/baseResults/100.frag.out
@@ -1,5 +1,6 @@
ERROR: 0:3: '{ } style initializers' : not supported with this profile: es
ERROR: 0:3: 'initializer' : not supported for this version or the enabled extensions
+ERROR: 0:3: 'array initializer' : not supported for this version or the enabled extensions
ERROR: 0:7: 'attribute' : not supported in this stage: fragment
ERROR: 0:7: 'float' : type requires declaration of default precision qualifier
ERROR: 0:9: '=' : cannot convert from 'const int' to 'mediump float'
@@ -60,7 +61,7 @@ ERROR: 0:144: 'a' : redefinition
ERROR: 0:149: 'floating-point suffix' : not supported for this version or the enabled extensions
ERROR: 0:150: 'floating-point suffix' : not supported for this version or the enabled extensions
ERROR: 0:152: '' : syntax error
-ERROR: 55 compilation errors. No code generated.
+ERROR: 56 compilation errors. No code generated.
ERROR: node is still EOpNull!
0:3 Sequence