Status: fail
Result: fail
Detail | Value |
---|---|
returncode | 1 |
time | 0.904000043869 |
note | Returncode was 1 |
errors |
|
info | Returncode: 1 Errors: Failed to compile vertex shader tests/glslparsertest/glsl2\array-09.vert: ERROR: 0:15: 'GL_3DL_array_objects' : extension is disabled ERROR: 0:15: 'constructor' : too many arguments ERROR: 0:15: 'GL_3DL_array_objects' : extension is disabled ERROR: 3 compilation errors. No code generated. Output: Shader source: // [config] // expect_result: pass // glsl_version: 1.20 // // # NOTE: Config section was auto-generated from file // # NOTE: 'glslparser.tests' at git revision // # NOTE: 6cc17ae70b70d150aa1751f8e28db7b2a9bd50f0 // [end config] #version 120 /* PASS */ void main() { vec4 a[2] = vec4 [2] (vec4(1.0), vec4(2.0)); gl_Position = gl_Vertex; } |