aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/tests/warnings/030-array-as-function-parameter.vert.expected
blob: b1355d3a947c71e14e0e78809966b0384f76c17a (plain)
1
2
3
4
5
6
7
8
9
0:11(20): warning: `undefinedIndex' used uninitialized
0:11(51): warning: `undefinedIndex' used uninitialized
0:11(82): warning: `undefinedIndex' used uninitialized
0:11(6): warning: `willBeDefined' used uninitialized
0:14(20): warning: `undefinedIndex' used uninitialized
0:14(51): warning: `undefinedIndex' used uninitialized
0:14(82): warning: `undefinedIndex' used uninitialized

error: unresolved reference to function `foo'