aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/400.frag.out
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2013-10-22 00:21:04 +0000
committerJohn Kessenich <cepheus@frii.com>2013-10-22 00:21:04 +0000
commitc78a126ba6769700f0f8ef1b13df599f396b483d (patch)
tree54372555d804ac5f4b3e6c14cb51065eb209fc03 /Test/baseResults/400.frag.out
parentbf688510a8f0fbf1d1401806d5137e64c8e94cc0 (diff)
downloadglslang-c78a126ba6769700f0f8ef1b13df599f396b483d.tar.gz
Tie "location = " to the right stages/versions/extensions. Also add "#define extension 1" extension support and instructions.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23633 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Diffstat (limited to 'Test/baseResults/400.frag.out')
-rw-r--r--Test/baseResults/400.frag.out7
1 files changed, 6 insertions, 1 deletions
diff --git a/Test/baseResults/400.frag.out b/Test/baseResults/400.frag.out
index 8a605764..5fdb4fc9 100644
--- a/Test/baseResults/400.frag.out
+++ b/Test/baseResults/400.frag.out
@@ -1,7 +1,9 @@
Warning, version 400 is not yet complete; some version-specific features are present, but many are missing.
ERROR: 0:20: 'texture gather component' : must be a constant
ERROR: 0:21: 'texture gather component' : must be 0, 1, 2, or 3
-ERROR: 2 compilation errors. No code generated.
+ERROR: 0:26: 'location qualifier on input' : not supported for this version or the enabled extensions
+ERROR: 0:34: 'location qualifier on uniform or buffer' : not supported for this version or the enabled extensions
+ERROR: 4 compilation errors. No code generated.
ERROR: node is still EOpNull!
0:10 Function Definition: main( (void)
@@ -110,4 +112,7 @@ ERROR: node is still EOpNull!
0:? 'arrayedSampler' (uniform 5-element array of sampler2D)
0:? 'samp2dr' (uniform usampler2DRect)
0:? 'isamp2DA' (uniform isampler2DArray)
+0:? 'vl' (layout(location=4 ) smooth in 4-component vector of float)
+0:? 'vl2' (layout(location=4 ) smooth in 4-component vector of float)
+0:? 'uv3' (layout(location=3 ) uniform 3-component vector of float)