Results for glslparsertest/glsl2/array-11.vert

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.146207094193
note Returncode was 1
errors
  • Failed to compile vertex shader tests/glslparsertest/glsl2/array-11.vert: ERROR: 0:6: \'array of 4-component vector of float\' : constructor not supported for type
  • ERROR: 0:6: \'array of 4-component vector of float\' : no matching overloaded function found
  • ERROR: 0:6: \'a\' : redefinition
info
Returncode: 1

Errors:
Failed to compile vertex shader tests/glslparsertest/glsl2/array-11.vert: ERROR: 0:6: 'array of 4-component vector of float' : constructor not supported for type 
ERROR: 0:6: 'array of 4-component vector of float' : no matching overloaded function found 
ERROR: 0:6: 'a' : redefinition 



Output:
Shader source:
#version 120
/* PASS */

void main()
{
  vec4 a[] = vec4 [] (vec4(1.0), vec4(2.0));

  gl_Position = gl_Vertex;
}

Back to summary