aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/420.vert.out
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2013-11-27 02:41:52 +0000
committerJohn Kessenich <cepheus@frii.com>2013-11-27 02:41:52 +0000
commit1fbaa35ce7d1dc600186c8f2e46698413ce733eb (patch)
tree3cc9ce6cb4a3d3381c8583448e7888774e9870fc /Test/baseResults/420.vert.out
parent474b84bdcf8b1629e999ee6b65156798fa430481 (diff)
downloadglslang-1fbaa35ce7d1dc600186c8f2e46698413ce733eb.tar.gz
Compile-time check on sampler binding size, link-time merging and checking of bindings.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24218 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Diffstat (limited to 'Test/baseResults/420.vert.out')
-rw-r--r--Test/baseResults/420.vert.out7
1 files changed, 6 insertions, 1 deletions
diff --git a/Test/baseResults/420.vert.out b/Test/baseResults/420.vert.out
index 8f6816ad..51049074 100644
--- a/Test/baseResults/420.vert.out
+++ b/Test/baseResults/420.vert.out
@@ -25,7 +25,9 @@ ERROR: 0:66: 'binding' : cannot declare a default, include a type or full declar
ERROR: 0:69: 'location' : cannot declare a default, use a full declaration
ERROR: 0:70: 'binding' : requires uniform or buffer storage qualifier
ERROR: 0:71: 'binding' : binding is too large
-ERROR: 24 compilation errors. No code generated.
+ERROR: 0:74: 'binding' : sampler binding not less than gl_MaxCombinedTextureImageUnits
+ERROR: 0:76: 'binding' : sampler binding not less than gl_MaxCombinedTextureImageUnits (using array)
+ERROR: 26 compilation errors. No code generated.
ERROR: node is still EOpNull!
@@ -124,6 +126,9 @@ ERROR: node is still EOpNull!
0:? '__anon__2' (layout(column_major shared ) uniform block{aooeu})
0:? 'sampb1' (layout(binding=4 ) uniform sampler2D)
0:? 'sampb2' (layout(binding=5 ) uniform 10-element array of sampler2D)
+0:? 'sampb3' (layout(binding=32 ) uniform sampler2D)
+0:? 'sampb4' (layout(binding=31 ) uniform sampler2D)
+0:? 'sampb5' (layout(binding=31 ) uniform 2-element array of sampler2D)
0:? 'gl_VertexID' (gl_VertexId int)
0:? 'gl_InstanceID' (gl_InstanceId int)