aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/specExamples.frag.out
blob: 711c529d2866c20d4a209a7b260990187a8730f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
specExamples.frag
Warning, version 430 is not yet complete; most version-specific features are present, but some are missing.
ERROR: 0:6: '=' :  cannot convert from 'const uint' to 'global int'
ERROR: 0:20: '' : numeric literal too big 
ERROR: 0:21: '' : hexadecimal literal too big 
ERROR: 0:37: 'view' : redefinition 
ERROR: 0:63: 'invariant' : can only apply to an output 
ERROR: 0:68: 'lightPosition' : redefinition 
ERROR: 0:75: 'Atten' : member storage qualifier cannot contradict block storage qualifier 
ERROR: 0:87: 'Color' : redefinition 
ERROR: 0:92: 'redeclaration' : cannot redeclare with different qualification: gl_FragCoord
ERROR: 0:93: 'redeclaration' : cannot redeclare with different qualification: gl_FragCoord
ERROR: 0:99: 'local_size_x' : there is no such layout identifier for this stage taking an assigned value 
ERROR: 0:99: 'local_size_y' : there is no such layout identifier for this stage taking an assigned value 
ERROR: 0:100: 'local_size_x' : there is no such layout identifier for this stage taking an assigned value 
ERROR: 0:102: 'color' : redefinition 
ERROR: 0:112: 'redeclaration' : all redeclarations must use the same depth layout on gl_FragDepth
ERROR: 0:118: 'redeclaration' : all redeclarations must use the same depth layout on gl_FragDepth
ERROR: 0:121: 'redeclaration' : all redeclarations must use the same depth layout on gl_FragDepth
ERROR: 0:172: 'x' : undeclared identifier 
ERROR: 0:172: '[]' : scalar integer expression required 
ERROR: 0:175: 'x' : undeclared identifier 
ERROR: 0:175: '[]' : scalar integer expression required 
ERROR: 0:175: 'b' :  left of '[' is not of type array, matrix, or vector  
ERROR: 0:175: 'a' : vector field selection out of range 
ERROR: 0:175: 'length' : does not operate on this type: const float
ERROR: 0:175: '' : function call, method, or subroutine call expected 
ERROR: 0:175: '' : no matching overloaded function found 
ERROR: 0:178: '[]' : scalar integer expression required 
ERROR: 0:178: 's' : undeclared identifier 
ERROR: 0:178: 's' :  left of '[' is not of type array, matrix, or vector  
ERROR: 0:178: 'a' : vector field selection out of range 
ERROR: 0:178: 'length' : does not operate on this type: const float
ERROR: 0:178: '' : function call, method, or subroutine call expected 
ERROR: 0:178: '' : no matching overloaded function found 
ERROR: 0:198: 'e' : redefinition 
ERROR: 0:226: 'in' : not allowed in nested scope 
ERROR: 0:227: 'in' : not allowed in nested scope 
ERROR: 0:228: 'in' : not allowed in nested scope 
ERROR: 0:232: 'out' : not allowed in nested scope 
ERROR: 38 compilation errors.  No code generated.


Shader version: 430
Requested GL_3DL_array_objects
gl_FragCoord pixel center is integer
gl_FragCoord origin is upper left
using early_fragment_tests
using depth_greater
ERROR: node is still EOpNull!
0:5  Sequence
0:5    move second child to first child (temp int)
0:5      'a' (global int)
0:5      Constant:
0:5        -1 (const int)
0:7  Sequence
0:7    move second child to first child (temp uint)
0:7      'c' (global uint)
0:7      Constant:
0:7        4294967295 (const uint)
0:8  Sequence
0:8    move second child to first child (temp uint)
0:8      'd' (global uint)
0:8      Constant:
0:8        4294967295 (const uint)
0:9  Sequence
0:9    move second child to first child (temp int)
0:9      'e' (global int)
0:9      Constant:
0:9        -1 (const int)
0:13  Sequence
0:13    move second child to first child (temp uint)
0:13      'f' (global uint)
0:13      Constant:
0:13        4294967295 (const uint)
0:17  Sequence
0:17    move second child to first child (temp int)
0:17      'g' (global int)
0:17      Constant:
0:17        -1294967296 (const int)
0:19  Sequence
0:19    move second child to first child (temp int)
0:19      'h' (global int)
0:19      Constant:
0:19        -1610612736 (const int)
0:20  Sequence
0:20    move second child to first child (temp int)
0:20      'i' (global int)
0:20      Constant:
0:20        -1 (const int)
0:21  Sequence
0:21    move second child to first child (temp int)
0:21      'j' (global int)
0:21      Constant:
0:21        -1 (const int)
0:22  Sequence
0:22    move second child to first child (temp int)
0:22      'k' (global int)
0:22      Constant:
0:22        -2147483648 (const int)
0:23  Sequence
0:23    move second child to first child (temp int)
0:23      'l' (global int)
0:23      Constant:
0:23        -2147483648 (const int)
0:25  Sequence
0:25    move second child to first child (temp float)
0:25      'fb' (global float)
0:25      Constant:
0:25        1.500000
0:26  Sequence
0:26    move second child to first child (temp double)
0:26      'fd' (global double)
0:26      Constant:
0:26        2.000000
0:127  Function Definition: foo(f1[5]; (global 5-element array of float)
0:127    Function Parameters: 
0:127      '' (in 5-element array of float)
0:129    Sequence
0:129      Branch: Return with expression
0:129        Constant:
0:129          3.400000
0:129          4.200000
0:129          5.000000
0:129          5.200000
0:129          1.100000
0:137  Function Definition: main( (global void)
0:137    Function Parameters: 
0:140    Sequence
0:140      Sequence
0:140        Sequence
0:140          move second child to first child (temp 5-element array of float)
0:140            'a' (temp 5-element array of float)
0:140            Constant:
0:140              3.400000
0:140              4.200000
0:140              5.000000
0:140              5.200000
0:140              1.100000
0:143      Sequence
0:143        Sequence
0:143          move second child to first child (temp 5-element array of float)
0:143            'a' (temp 5-element array of float)
0:143            Constant:
0:143              3.400000
0:143              4.200000
0:143              5.000000
0:143              5.200000
0:143              1.100000
0:?       Sequence
0:149        Sequence
0:149          move second child to first child (temp 2-element array of 4-component vector of float)
0:149            'b' (temp 2-element array of 4-component vector of float)
0:149            Constant:
0:149              0.000000
0:149              0.000000
0:149              0.000000
0:149              0.000000
0:149              0.100000
0:149              0.100000
0:149              0.100000
0:149              0.100000
0:150        Sequence
0:150          move second child to first child (temp 3-element array of 2-element array of 4-component vector of float)
0:150            'a3' (temp 3-element array of 2-element array of 4-component vector of float)
0:150            Construct vec4 (temp 3-element array of 2-element array of 4-component vector of float)
0:150              'b' (temp 2-element array of 4-component vector of float)
0:150              'b' (temp 2-element array of 4-component vector of float)
0:150              'b' (temp 2-element array of 4-component vector of float)
0:152        Sequence
0:152          move second child to first child (temp 3-element array of 2-element array of 4-component vector of float)
0:152            'a4' (temp 3-element array of 2-element array of 4-component vector of float)
0:152            Constant:
0:152              0.000000
0:152              0.000000
0:152              0.000000
0:152              0.000000
0:152              1.000000
0:152              1.000000
0:152              1.000000
0:152              1.000000
0:152              0.000000
0:152              0.000000
0:152              0.000000
0:152              0.000000
0:152              1.000000
0:152              1.000000
0:152              1.000000
0:152              1.000000
0:152              0.000000
0:152              0.000000
0:152              0.000000
0:152              0.000000
0:152              1.000000
0:152              1.000000
0:152              1.000000
0:152              1.000000
0:?       Sequence
0:159        Sequence
0:159          Sequence
0:159            move second child to first child (temp 5-element array of float)
0:159              'b' (temp 5-element array of float)
0:159              'a' (temp 5-element array of float)
0:162        Sequence
0:162          Sequence
0:162            move second child to first child (temp 5-element array of float)
0:162              'b' (temp 5-element array of float)
0:162              'a' (temp 5-element array of float)
0:165        Sequence
0:165          Sequence
0:165            move second child to first child (temp 5-element array of float)
0:165              'b' (temp 5-element array of float)
0:165              Constant:
0:165                1.000000
0:165                2.000000
0:165                3.000000
0:165                4.000000
0:165                5.000000
0:167        Constant:
0:167          5 (const int)
0:?       Sequence
0:171        Constant:
0:171          3 (const int)
0:172        Constant:
0:172          2 (const int)
0:175      Constant:
0:175        0.000000
0:178      Constant:
0:178        0.000000
0:193      Sequence
0:193        move second child to first child (temp structure{temp float a, temp int b})
0:193          'e' (temp structure{temp float a, temp int b})
0:193          Constant:
0:193            1.200000
0:193            2 (const int)
0:216      Sequence
0:216        Sequence
0:216          move second child to first child (temp 5-element array of float)
0:216            'a' (temp 5-element array of float)
0:216            Constant:
0:216              3.400000
0:216              4.200000
0:216              5.000000
0:216              5.200000
0:216              1.100000
0:217        Sequence
0:217          move second child to first child (temp 5-element array of float)
0:217            'b' (temp 5-element array of float)
0:217            Constant:
0:217              3.400000
0:217              4.200000
0:217              5.000000
0:217              5.200000
0:217              1.100000
0:218        Sequence
0:218          move second child to first child (temp 5-element array of float)
0:218            'c' (temp 5-element array of float)
0:218            'a' (temp 5-element array of float)
0:219        Sequence
0:219          move second child to first child (temp 5-element array of float)
0:219            'd' (temp 5-element array of float)
0:219            'b' (temp 5-element array of float)
0:?       Sequence
0:223        Sequence
0:223          move second child to first child (temp float)
0:223            'ceiling' (const (read only) float)
0:223            Convert int to float (temp float)
0:223              add (temp int)
0:223                'a' (global int)
0:223                'b' (global int)
0:?   Linker Objects
0:?     'a' (global int)
0:?     'b' (global int)
0:?     'c' (global uint)
0:?     'd' (global uint)
0:?     'e' (global int)
0:?     'f' (global uint)
0:?     'g' (global int)
0:?     'h' (global int)
0:?     'i' (global int)
0:?     'j' (global int)
0:?     'k' (global int)
0:?     'l' (global int)
0:?     'fa' (global float)
0:?     'fb' (global float)
0:?     'fc' (global double)
0:?     'fd' (global double)
0:?     'texcoord1' (global 2-component vector of float)
0:?     'texcoord2' (global 2-component vector of float)
0:?     'position' (global 3-component vector of float)
0:?     'myRGBA' (global 4-component vector of float)
0:?     'textureLookup' (global 2-component vector of int)
0:?     'less' (global 3-component vector of bool)
0:?     'mat2D' (global 2X2 matrix of float)
0:?     'optMatrix' (global 3X3 matrix of float)
0:?     'view' (global 4X4 matrix of float)
0:?     'projection' (global 4X4 matrix of float)
0:?     'm' (global 3X2 matrix of float)
0:?     'highPrecisionMVP' (global 4X4 matrix of double)
0:?     'dm' (global 2X4 matrix of double)
0:?     'lightVar' (global structure{global float intensity, global 3-component vector of float position})
0:?     'frequencies' (global 3-element array of float)
0:?     'lightPosition' (uniform 4-element array of 4-component vector of float)
0:?     'lights' (global 2-element array of structure{global float intensity, global 3-component vector of float position})
0:?     'numLights' (const int)
0:?       2 (const int)
0:?     'normal' (smooth in 3-component vector of float)
0:?     'TexCoord' (centroid smooth in 2-component vector of float)
0:?     'Color' (invariant centroid smooth in 4-component vector of float)
0:?     'temperature' (noperspective in float)
0:?     'myColor' (flat in 3-component vector of float)
0:?     'myTexCoord' (centroid noperspective in 2-component vector of float)
0:?     'color' (uniform 3-component vector of float)
0:?       0.700000
0:?       0.700000
0:?       0.200000
0:?     'anon@0' (in block{smooth in 4-component vector of float Color1, smooth in 4-component vector of float Color2, in 2-component vector of float TexCoordA, in float Atten})
0:?     'anon@1' (in block{in 4-component vector of float LightPos, in 3-component vector of float LightColor})
0:?     'Materiala' (in block{in 4-component vector of float Color, in 2-component vector of float TexCoord})
0:?     'gl_FragCoord' (gl_FragCoord 4-component vector of float FragCoord)
0:?     'factor' (layout(location=3 index=1 ) out 4-component vector of float)
0:?     'colors' (layout(location=2 ) out 3-element array of 4-component vector of float)
0:?     'gl_FragDepth' (gl_FragDepth float FragDepth)
0:?     'anon@2' (in block{in float FogFragCoord gl_FogFragCoord, in implicitly-sized array of 4-component vector of float TexCoord gl_TexCoord, flat in 4-component vector of float Color gl_Color, in 4-component vector of float SecondaryColor gl_SecondaryColor})


Linked fragment stage:


Shader version: 430
Requested GL_3DL_array_objects
gl_FragCoord pixel center is integer
gl_FragCoord origin is upper left
using early_fragment_tests
using depth_greater
ERROR: node is still EOpNull!
0:5  Sequence
0:5    move second child to first child (temp int)
0:5      'a' (global int)
0:5      Constant:
0:5        -1 (const int)
0:7  Sequence
0:7    move second child to first child (temp uint)
0:7      'c' (global uint)
0:7      Constant:
0:7        4294967295 (const uint)
0:8  Sequence
0:8    move second child to first child (temp uint)
0:8      'd' (global uint)
0:8      Constant:
0:8        4294967295 (const uint)
0:9  Sequence
0:9    move second child to first child (temp int)
0:9      'e' (global int)
0:9      Constant:
0:9        -1 (const int)
0:13  Sequence
0:13    move second child to first child (temp uint)
0:13      'f' (global uint)
0:13      Constant:
0:13        4294967295 (const uint)
0:17  Sequence
0:17    move second child to first child (temp int)
0:17      'g' (global int)
0:17      Constant:
0:17        -1294967296 (const int)
0:19  Sequence
0:19    move second child to first child (temp int)
0:19      'h' (global int)
0:19      Constant:
0:19        -1610612736 (const int)
0:20  Sequence
0:20    move second child to first child (temp int)
0:20      'i' (global int)
0:20      Constant:
0:20        -1 (const int)
0:21  Sequence
0:21    move second child to first child (temp int)
0:21      'j' (global int)
0:21      Constant:
0:21        -1 (const int)
0:22  Sequence
0:22    move second child to first child (temp int)
0:22      'k' (global int)
0:22      Constant:
0:22        -2147483648 (const int)
0:23  Sequence
0:23    move second child to first child (temp int)
0:23      'l' (global int)
0:23      Constant:
0:23        -2147483648 (const int)
0:25  Sequence
0:25    move second child to first child (temp float)
0:25      'fb' (global float)
0:25      Constant:
0:25        1.500000
0:26  Sequence
0:26    move second child to first child (temp double)
0:26      'fd' (global double)
0:26      Constant:
0:26        2.000000
0:127  Function Definition: foo(f1[5]; (global 5-element array of float)
0:127    Function Parameters: 
0:127      '' (in 5-element array of float)
0:129    Sequence
0:129      Branch: Return with expression
0:129        Constant:
0:129          3.400000
0:129          4.200000
0:129          5.000000
0:129          5.200000
0:129          1.100000
0:137  Function Definition: main( (global void)
0:137    Function Parameters: 
0:140    Sequence
0:140      Sequence
0:140        Sequence
0:140          move second child to first child (temp 5-element array of float)
0:140            'a' (temp 5-element array of float)
0:140            Constant:
0:140              3.400000
0:140              4.200000
0:140              5.000000
0:140              5.200000
0:140              1.100000
0:143      Sequence
0:143        Sequence
0:143          move second child to first child (temp 5-element array of float)
0:143            'a' (temp 5-element array of float)
0:143            Constant:
0:143              3.400000
0:143              4.200000
0:143              5.000000
0:143              5.200000
0:143              1.100000
0:?       Sequence
0:149        Sequence
0:149          move second child to first child (temp 2-element array of 4-component vector of float)
0:149            'b' (temp 2-element array of 4-component vector of float)
0:149            Constant:
0:149              0.000000
0:149              0.000000
0:149              0.000000
0:149              0.000000
0:149              0.100000
0:149              0.100000
0:149              0.100000
0:149              0.100000
0:150        Sequence
0:150          move second child to first child (temp 3-element array of 2-element array of 4-component vector of float)
0:150            'a3' (temp 3-element array of 2-element array of 4-component vector of float)
0:150            Construct vec4 (temp 3-element array of 2-element array of 4-component vector of float)
0:150              'b' (temp 2-element array of 4-component vector of float)
0:150              'b' (temp 2-element array of 4-component vector of float)
0:150              'b' (temp 2-element array of 4-component vector of float)
0:152        Sequence
0:152          move second child to first child (temp 3-element array of 2-element array of 4-component vector of float)
0:152            'a4' (temp 3-element array of 2-element array of 4-component vector of float)
0:152            Constant:
0:152              0.000000
0:152              0.000000
0:152              0.000000
0:152              0.000000
0:152              1.000000
0:152              1.000000
0:152              1.000000
0:152              1.000000
0:152              0.000000
0:152              0.000000
0:152              0.000000
0:152              0.000000
0:152              1.000000
0:152              1.000000
0:152              1.000000
0:152              1.000000
0:152              0.000000
0:152              0.000000
0:152              0.000000
0:152              0.000000
0:152              1.000000
0:152              1.000000
0:152              1.000000
0:152              1.000000
0:?       Sequence
0:159        Sequence
0:159          Sequence
0:159            move second child to first child (temp 5-element array of float)
0:159              'b' (temp 5-element array of float)
0:159              'a' (temp 5-element array of float)
0:162        Sequence
0:162          Sequence
0:162            move second child to first child (temp 5-element array of float)
0:162              'b' (temp 5-element array of float)
0:162              'a' (temp 5-element array of float)
0:165        Sequence
0:165          Sequence
0:165            move second child to first child (temp 5-element array of float)
0:165              'b' (temp 5-element array of float)
0:165              Constant:
0:165                1.000000
0:165                2.000000
0:165                3.000000
0:165                4.000000
0:165                5.000000
0:167        Constant:
0:167          5 (const int)
0:?       Sequence
0:171        Constant:
0:171          3 (const int)
0:172        Constant:
0:172          2 (const int)
0:175      Constant:
0:175        0.000000
0:178      Constant:
0:178        0.000000
0:193      Sequence
0:193        move second child to first child (temp structure{temp float a, temp int b})
0:193          'e' (temp structure{temp float a, temp int b})
0:193          Constant:
0:193            1.200000
0:193            2 (const int)
0:216      Sequence
0:216        Sequence
0:216          move second child to first child (temp 5-element array of float)
0:216            'a' (temp 5-element array of float)
0:216            Constant:
0:216              3.400000
0:216              4.200000
0:216              5.000000
0:216              5.200000
0:216              1.100000
0:217        Sequence
0:217          move second child to first child (temp 5-element array of float)
0:217            'b' (temp 5-element array of float)
0:217            Constant:
0:217              3.400000
0:217              4.200000
0:217              5.000000
0:217              5.200000
0:217              1.100000
0:218        Sequence
0:218          move second child to first child (temp 5-element array of float)
0:218            'c' (temp 5-element array of float)
0:218            'a' (temp 5-element array of float)
0:219        Sequence
0:219          move second child to first child (temp 5-element array of float)
0:219            'd' (temp 5-element array of float)
0:219            'b' (temp 5-element array of float)
0:?       Sequence
0:223        Sequence
0:223          move second child to first child (temp float)
0:223            'ceiling' (const (read only) float)
0:223            Convert int to float (temp float)
0:223              add (temp int)
0:223                'a' (global int)
0:223                'b' (global int)
0:?   Linker Objects
0:?     'a' (global int)
0:?     'b' (global int)
0:?     'c' (global uint)
0:?     'd' (global uint)
0:?     'e' (global int)
0:?     'f' (global uint)
0:?     'g' (global int)
0:?     'h' (global int)
0:?     'i' (global int)
0:?     'j' (global int)
0:?     'k' (global int)
0:?     'l' (global int)
0:?     'fa' (global float)
0:?     'fb' (global float)
0:?     'fc' (global double)
0:?     'fd' (global double)
0:?     'texcoord1' (global 2-component vector of float)
0:?     'texcoord2' (global 2-component vector of float)
0:?     'position' (global 3-component vector of float)
0:?     'myRGBA' (global 4-component vector of float)
0:?     'textureLookup' (global 2-component vector of int)
0:?     'less' (global 3-component vector of bool)
0:?     'mat2D' (global 2X2 matrix of float)
0:?     'optMatrix' (global 3X3 matrix of float)
0:?     'view' (global 4X4 matrix of float)
0:?     'projection' (global 4X4 matrix of float)
0:?     'm' (global 3X2 matrix of float)
0:?     'highPrecisionMVP' (global 4X4 matrix of double)
0:?     'dm' (global 2X4 matrix of double)
0:?     'lightVar' (global structure{global float intensity, global 3-component vector of float position})
0:?     'frequencies' (global 3-element array of float)
0:?     'lightPosition' (uniform 4-element array of 4-component vector of float)
0:?     'lights' (global 2-element array of structure{global float intensity, global 3-component vector of float position})
0:?     'numLights' (const int)
0:?       2 (const int)
0:?     'normal' (smooth in 3-component vector of float)
0:?     'TexCoord' (centroid smooth in 2-component vector of float)
0:?     'Color' (invariant centroid smooth in 4-component vector of float)
0:?     'temperature' (noperspective in float)
0:?     'myColor' (flat in 3-component vector of float)
0:?     'myTexCoord' (centroid noperspective in 2-component vector of float)
0:?     'color' (uniform 3-component vector of float)
0:?       0.700000
0:?       0.700000
0:?       0.200000
0:?     'anon@0' (in block{smooth in 4-component vector of float Color1, smooth in 4-component vector of float Color2, in 2-component vector of float TexCoordA, in float Atten})
0:?     'anon@1' (in block{in 4-component vector of float LightPos, in 3-component vector of float LightColor})
0:?     'Materiala' (in block{in 4-component vector of float Color, in 2-component vector of float TexCoord})
0:?     'gl_FragCoord' (gl_FragCoord 4-component vector of float FragCoord)
0:?     'factor' (layout(location=3 index=1 ) out 4-component vector of float)
0:?     'colors' (layout(location=2 ) out 3-element array of 4-component vector of float)
0:?     'gl_FragDepth' (gl_FragDepth float FragDepth)
0:?     'anon@2' (in block{in float FogFragCoord gl_FogFragCoord, in 1-element array of 4-component vector of float TexCoord gl_TexCoord, flat in 4-component vector of float Color gl_Color, in 4-component vector of float SecondaryColor gl_SecondaryColor})