1### Compilation failed:
2
3error: 1: 'const' is not permitted here
4error: 1: 'in' is not permitted here
5error: 1: 'out' is not permitted here
6error: 1: 'uniform' is not permitted here
7error: 1: 'flat' is not permitted here
8error: 1: 'noperspective' is not permitted here
9error: 1: functions cannot be both 'inline' and 'noinline'
10error: 4: 'uniform' is not permitted here
11error: 4: 'flat' is not permitted here
12error: 4: 'noperspective' is not permitted here
13error: 4: 'sk_has_side_effects' is not permitted here
14error: 4: 'inline' is not permitted here
15error: 4: 'noinline' is not permitted here
16error: 6: 'in uniform' variables only permitted within fragment processors
17error: 6: 'sk_has_side_effects' is not permitted here
18error: 6: 'inline' is not permitted here
19error: 6: 'noinline' is not permitted here
20error: 6: 'const' variables must be initialized
2118 errors
22