Status: fail
Result: fail
Detail | Value |
---|---|
returncode | 1 |
time | 0.166372060776 |
note | Returncode was 1 |
errors |
|
info | Returncode: 1 Errors: Failed to compile vertex shader tests/glslparsertest/glsl2/array-17.vert: ERROR: 0:7: 'array of float' : constructor not supported for type ERROR: 0:7: 'array of float' : no matching overloaded function found ERROR: 0:7: 'assign' : cannot convert from 'const float' to 'array of float' Output: Shader source: #version 120 /* PASS - implicit conversions are done in array constructors */ void main() { float a[]; a = float[](4, 5); gl_Position = gl_Vertex; } |