John Kessenich | cc16fa0 | 2015-12-10 18:01:54 -0700 | [diff] [blame] | 1 | 410.geom |
| 2 | Warning, version 410 is not yet complete; most version-specific features are present, but some are missing. |
| 3 | ERROR: 0:8: 'myIn' : cannot redeclare a built-in block with a user name |
| 4 | ERROR: 0:12: 'gl_myIn' : no declaration found for redeclaration |
| 5 | ERROR: 0:20: 'gl_PerVertex' : can only redeclare a built-in block once, and before any use |
| 6 | ERROR: 0:32: 'gl_Position' : no such field in structure |
| 7 | ERROR: 0:32: '=' : cannot convert from 'temp block{in float PointSize gl_PointSize}' to 'temp 4-component vector of float' |
| 8 | ERROR: 0:33: 'gl_Position' : member of nameless block was not redeclared |
| 9 | ERROR: 0:33: 'assign' : cannot convert from 'const 4-component vector of float' to 'layout(stream=0 ) gl_Position void Position' |
| 10 | WARNING: 0:38: 'return' : type conversion on return values was not explicitly allowed until version 420 |
| 11 | ERROR: 7 compilation errors. No code generated. |
| 12 | |
| 13 | |
| 14 | Shader version: 410 |
John Kessenich | 61d9fb9 | 2015-12-13 10:59:17 -0700 | [diff] [blame] | 15 | invocations = -1 |
John Kessenich | 494a02a | 2015-12-11 15:44:12 -0700 | [diff] [blame] | 16 | max_vertices = -1 |
John Kessenich | cc16fa0 | 2015-12-10 18:01:54 -0700 | [diff] [blame] | 17 | input primitive = none |
| 18 | output primitive = none |
| 19 | ERROR: node is still EOpNull! |
| 20 | 0:3 Function Definition: main( (global void) |
| 21 | 0:3 Function Parameters: |
| 22 | 0:5 Sequence |
| 23 | 0:5 move second child to first child (temp int) |
| 24 | 0:5 'gl_ViewportIndex' (layout(stream=0 ) out int ViewportIndex) |
| 25 | 0:5 Constant: |
| 26 | 0:5 7 (const int) |
| 27 | 0:28 Function Definition: foo( (global void) |
| 28 | 0:28 Function Parameters: |
| 29 | 0:30 Sequence |
| 30 | 0:30 Sequence |
| 31 | 0:30 move second child to first child (temp float) |
| 32 | 0:30 'p' (temp float) |
| 33 | 0:30 gl_PointSize: direct index for structure (in float PointSize) |
| 34 | 0:30 direct index (temp block{in float PointSize gl_PointSize}) |
| 35 | 0:30 'gl_in' (in implicitly-sized array of block{in float PointSize gl_PointSize}) |
| 36 | 0:30 Constant: |
| 37 | 0:30 1 (const int) |
| 38 | 0:30 Constant: |
| 39 | 0:30 0 (const int) |
| 40 | 0:31 move second child to first child (temp float) |
| 41 | 0:31 gl_PointSize: direct index for structure (layout(stream=0 ) gl_PointSize float PointSize) |
| 42 | 0:31 'anon@0' (layout(stream=0 ) out block{layout(stream=0 ) gl_PointSize float PointSize gl_PointSize, }) |
| 43 | 0:31 Constant: |
| 44 | 0:31 1 (const uint) |
| 45 | 0:31 'p' (temp float) |
| 46 | 0:33 gl_Position: direct index for structure (layout(stream=0 ) gl_Position void Position) |
| 47 | 0:33 'anon@0' (layout(stream=0 ) out block{layout(stream=0 ) gl_PointSize float PointSize gl_PointSize, }) |
| 48 | 0:33 Constant: |
| 49 | 0:33 0 (const uint) |
| 50 | 0:36 Function Definition: foo5( (global float) |
| 51 | 0:36 Function Parameters: |
| 52 | 0:38 Sequence |
| 53 | 0:38 Branch: Return with expression |
| 54 | 0:38 Constant: |
| 55 | 0:38 4.000000 |
| 56 | 0:? Linker Objects |
| 57 | 0:? 'gl_in' (in implicitly-sized array of block{in float PointSize gl_PointSize}) |
| 58 | 0:? 'anon@0' (layout(stream=0 ) out block{layout(stream=0 ) gl_PointSize float PointSize gl_PointSize, }) |
| 59 | |
| 60 | |
| 61 | Linked geometry stage: |
| 62 | |
| 63 | ERROR: Linking geometry stage: At least one shader must specify an input layout primitive |
| 64 | ERROR: Linking geometry stage: At least one shader must specify an output layout primitive |
| 65 | ERROR: Linking geometry stage: At least one shader must specify a layout(max_vertices = value) |
| 66 | |
| 67 | Shader version: 410 |
John Kessenich | 61d9fb9 | 2015-12-13 10:59:17 -0700 | [diff] [blame] | 68 | invocations = 1 |
John Kessenich | 494a02a | 2015-12-11 15:44:12 -0700 | [diff] [blame] | 69 | max_vertices = -1 |
John Kessenich | cc16fa0 | 2015-12-10 18:01:54 -0700 | [diff] [blame] | 70 | input primitive = none |
| 71 | output primitive = none |
| 72 | ERROR: node is still EOpNull! |
| 73 | 0:3 Function Definition: main( (global void) |
| 74 | 0:3 Function Parameters: |
| 75 | 0:5 Sequence |
| 76 | 0:5 move second child to first child (temp int) |
| 77 | 0:5 'gl_ViewportIndex' (layout(stream=0 ) out int ViewportIndex) |
| 78 | 0:5 Constant: |
| 79 | 0:5 7 (const int) |
John Kessenich | cc16fa0 | 2015-12-10 18:01:54 -0700 | [diff] [blame] | 80 | 0:? Linker Objects |
| 81 | 0:? 'gl_in' (in 2-element array of block{in float PointSize gl_PointSize}) |
| 82 | 0:? 'anon@0' (layout(stream=0 ) out block{layout(stream=0 ) gl_PointSize float PointSize gl_PointSize, }) |
| 83 | |