Reflection: Expand out block arrays to N different blocks.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24159 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
John Kessenich
2013-11-21 00:54:57 +00:00
parent 1d1132d9eb
commit 04884e42ed
4 changed files with 27 additions and 5 deletions

View File

@@ -27,12 +27,13 @@ ERROR: 0:83: 'lines' : does not only apply to output
ERROR: 0:85: 'triangles' : cannot change previously set input primitive
ERROR: 0:86: 'triangles_adjacency' : cannot change previously set input primitive
ERROR: 0:88: 'invocations' : not supported for this version or the enabled extensions
ERROR: 0:88: 'max_vertices' : too large, must be less than gl_MaxGeometryOutputVertices
ERROR: 0:91: 'stream' : member cannot contradict block
ERROR: 28 compilation errors. No code generated.
ERROR: 29 compilation errors. No code generated.
invocations = 4
max_vertices = 127
max_vertices = 300
input primitive = lines_adjancency
output primitive = triangle_strip
ERROR: node is still EOpNull!