blob: e16fb4551b4f4926a741e42ec290d3172d08b3e4 [file] [log] [blame]
John Kessenich5134b9c2013-11-20 21:12:43 +00001300layout.frag
John Kessenichc78a1262013-10-22 00:21:04 +00002ERROR: 0:4: 'location qualifier on input' : not supported in this stage: fragment
John Kessenich4d570902014-08-12 22:07:22 +00003ERROR: 0:4: 'location qualifier on input' : not supported for this version or the enabled extensions
John Kessenichb3007512014-08-14 07:07:21 +00004ERROR: 0:17: 'location' : too large for fragment output
5ERROR: 0:18: 'location' : too large for fragment output
John Kessenich68546c62014-01-08 23:25:18 +00006ERROR: 0:18: 'location' : overlapping use of location 41
John Kessenichb3007512014-08-14 07:07:21 +00007ERROR: 0:19: 'location' : too large for fragment output
John Kessenich68546c62014-01-08 23:25:18 +00008ERROR: 0:19: 'location' : overlapping use of location 40
John Kessenichb3007512014-08-14 07:07:21 +00009ERROR: 7 compilation errors. No code generated.
John Kessenich4586dbd2013-08-05 15:52:03 +000010
John Kessenich5134b9c2013-11-20 21:12:43 +000011
John Kessenichb4ef9e02014-03-31 22:20:47 +000012Shader version: 300
John Kessenich4586dbd2013-08-05 15:52:03 +000013ERROR: node is still EOpNull!
140:10 Function Definition: main( (void)
150:10 Function Parameters:
160:12 Sequence
170:12 move second child to first child (mediump 4-component vector of float)
180:12 'c' (layout(location=1 ) out mediump 4-component vector of float)
190:12 'color' (layout(location=2 ) smooth in mediump 4-component vector of float)
200:13 move second child to first child (mediump 4-component vector of float)
210:13 'p' (layout(location=3 ) out mediump 4-component vector of float)
220:13 'pos' (smooth in mediump 4-component vector of float)
230:14 move second child to first child (mediump 4-component vector of float)
John Kesseniche17ef842013-10-28 19:49:16 +0000240:14 direct index (layout(location=4 ) mediump 4-component vector of float)
John Kessenich4586dbd2013-08-05 15:52:03 +0000250:14 'q' (layout(location=4 ) out 2-element array of mediump 4-component vector of float)
John Kessenichf2ee3dd2013-09-28 04:02:08 +0000260:14 Constant:
270:14 1 (const int)
John Kessenich4586dbd2013-08-05 15:52:03 +0000280:14 'pos' (smooth in mediump 4-component vector of float)
290:? Linker Objects
300:? 'pos' (smooth in mediump 4-component vector of float)
310:? 'color' (layout(location=2 ) smooth in mediump 4-component vector of float)
320:? 'c' (layout(location=1 ) out mediump 4-component vector of float)
330:? 'p' (layout(location=3 ) out mediump 4-component vector of float)
John Kessenich9839e242013-09-26 00:45:21 +0000340:? 'q' (layout(location=4 ) out 2-element array of mediump 4-component vector of float)
John Kessenich0b391372013-12-05 20:07:56 +0000350:? 'ca' (layout(location=40 ) out 4-element array of mediump float)
360:? 'cb' (layout(location=41 ) out 2-element array of mediump float)
370:? 'cc' (layout(location=39 ) out 6-element array of mediump float)
John Kessenich4586dbd2013-08-05 15:52:03 +000038
John Kessenich5134b9c2013-11-20 21:12:43 +000039
40Linked fragment stage:
41
42
John Kessenichb4ef9e02014-03-31 22:20:47 +000043Shader version: 300
John Kessenichcf0206c2014-04-14 15:46:40 +000044ERROR: node is still EOpNull!
450:10 Function Definition: main( (void)
460:10 Function Parameters:
470:12 Sequence
480:12 move second child to first child (mediump 4-component vector of float)
490:12 'c' (layout(location=1 ) out mediump 4-component vector of float)
500:12 'color' (layout(location=2 ) smooth in mediump 4-component vector of float)
510:13 move second child to first child (mediump 4-component vector of float)
520:13 'p' (layout(location=3 ) out mediump 4-component vector of float)
530:13 'pos' (smooth in mediump 4-component vector of float)
540:14 move second child to first child (mediump 4-component vector of float)
550:14 direct index (layout(location=4 ) mediump 4-component vector of float)
560:14 'q' (layout(location=4 ) out 2-element array of mediump 4-component vector of float)
570:14 Constant:
580:14 1 (const int)
590:14 'pos' (smooth in mediump 4-component vector of float)
600:? Linker Objects
610:? 'pos' (smooth in mediump 4-component vector of float)
620:? 'color' (layout(location=2 ) smooth in mediump 4-component vector of float)
630:? 'c' (layout(location=1 ) out mediump 4-component vector of float)
640:? 'p' (layout(location=3 ) out mediump 4-component vector of float)
650:? 'q' (layout(location=4 ) out 2-element array of mediump 4-component vector of float)
660:? 'ca' (layout(location=40 ) out 4-element array of mediump float)
670:? 'cb' (layout(location=41 ) out 2-element array of mediump float)
680:? 'cc' (layout(location=39 ) out 6-element array of mediump float)
John Kessenich5134b9c2013-11-20 21:12:43 +000069