Add and partially implement an interface for doing uniform reflection. It includes an AST traversal to identify live accesses.
It does not yet correctly compute block offsets, give correct GL-API-style type values, or handle arrays. This is tied to the new -q flag. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23938 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
8ec55cdcd2
commit
11f9fc7247
15 changed files with 682 additions and 18 deletions
|
|
@ -43,6 +43,13 @@ runLinkTest 300link2.frag
|
|||
runLinkTest 300link3.frag
|
||||
runLinkTest empty.frag empty2.frag empty3.frag
|
||||
|
||||
#
|
||||
# reflection tests
|
||||
#
|
||||
echo Running reflection...
|
||||
$EXE -l -q reflection.vert > $TARGETDIR/reflection.vert.out
|
||||
diff -b $BASEDIR/reflection.vert.out $TARGETDIR/reflection.vert.out
|
||||
|
||||
#
|
||||
# multi-threaded test
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue