Non-functional, infrastructure: Be more explicit about "implicit array sizes", improving the infrastructure for handling them. Also fix some output that was too big for its buffer.
There is more upcoming functionality for link-time sizing of implicitly-sized arrays that will use this. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@26176 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
b4ef9e0d56
commit
f2d042a1fe
25 changed files with 237 additions and 237 deletions
|
|
@ -31,7 +31,7 @@ ERROR: node is still EOpNull!
|
|||
0:30 'p' (float)
|
||||
0:30 gl_PointSize: direct index for structure (in float)
|
||||
0:30 direct index (block{in float gl_PointSize})
|
||||
0:30 'gl_in' (in unsized array of block{in float gl_PointSize})
|
||||
0:30 'gl_in' (in implicitly-sized array of block{in float gl_PointSize})
|
||||
0:30 Constant:
|
||||
0:30 1 (const int)
|
||||
0:30 Constant:
|
||||
|
|
@ -47,7 +47,7 @@ ERROR: node is still EOpNull!
|
|||
0:33 Constant:
|
||||
0:33 0 (const uint)
|
||||
0:? Linker Objects
|
||||
0:? 'gl_in' (in unsized array of block{in float gl_PointSize})
|
||||
0:? 'gl_in' (in implicitly-sized array of block{in float gl_PointSize})
|
||||
0:? '__anon__0' (layout(stream=0 ) out block{layout(stream=0 ) gl_PointSize float gl_PointSize, })
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue