glslang parser: Arrays-of-arrays name-mangling and error messages (lots of A-of-A stuff to come a bit later). This patch from Google, David Neto <dneto@google.com>.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31137 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
@@ -25,7 +25,7 @@ ERROR: node is still EOpNull!
|
||||
0:? 'outb' (smooth out bool)
|
||||
0:? 'outo' (smooth out sampler2D)
|
||||
0:? 'outa' (smooth out 4-element array of float)
|
||||
0:? 'outaa' (smooth out 4-element array of float)
|
||||
0:? 'outaa' (smooth out 4-element array of 2-element array of float)
|
||||
0:? 'outs' (smooth out structure{global float f})
|
||||
0:? 'outasa' (smooth out 4-element array of structure{global float f})
|
||||
0:? 'outsa' (smooth out 4-element array of structure{global float f})
|
||||
@@ -58,7 +58,7 @@ ERROR: node is still EOpNull!
|
||||
0:? 'outb' (smooth out bool)
|
||||
0:? 'outo' (smooth out sampler2D)
|
||||
0:? 'outa' (smooth out 4-element array of float)
|
||||
0:? 'outaa' (smooth out 4-element array of float)
|
||||
0:? 'outaa' (smooth out 4-element array of 2-element array of float)
|
||||
0:? 'outs' (smooth out structure{global float f})
|
||||
0:? 'outasa' (smooth out 4-element array of structure{global float f})
|
||||
0:? 'outsa' (smooth out 4-element array of structure{global float f})
|
||||
|
||||
Reference in New Issue
Block a user