Test compiling shaders with given resource limits using GTest.
This commit is contained in:
parent
8a9b1ee3b4
commit
1b141728a6
8 changed files with 326 additions and 203 deletions
|
|
@ -22,3 +22,7 @@ ERROR: 0:65: 'limitations' : Non-constant-index-expression
|
|||
ERROR: 20 compilation errors. No code generated.
|
||||
|
||||
|
||||
|
||||
Linked vertex stage:
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ $EXE -c > $TARGETDIR/test.conf
|
|||
diff -b $BASEDIR/test.conf $TARGETDIR/test.conf || HASERROR=1
|
||||
$EXE -i -l $TARGETDIR/test.conf specExamples.vert > $TARGETDIR/specExamples.vert.out
|
||||
diff -b $BASEDIR/specExamples.vert.out $TARGETDIR || HASERROR=1
|
||||
$EXE 100Limits.vert 100.conf > $TARGETDIR/100LimitsConf.vert.out
|
||||
$EXE -l 100Limits.vert 100.conf > $TARGETDIR/100LimitsConf.vert.out
|
||||
diff -b $BASEDIR/100LimitsConf.vert.out $TARGETDIR/100LimitsConf.vert.out || HASERROR=1
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue