Results for shaders/glsl-array-uniform-length

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.264455795288
note Returncode was 1
info
Returncode: 1

Errors:
Failed to compile FS: ERROR: 0:2: 'array of float' : constructor not supported for type 
ERROR: 0:2: 'array of float' : no matching overloaded function found 
ERROR: 0:2: 'a' : redefinition 
ERROR: 0:5: 'length' : method cannot be called on an array that has not been explicitly sized 
ERROR: 0:5: '==' :  wrong operand types no operation '==' exists that takes a left-hand operand of type 'uniform array of float' and a right operand of type 'const int' (or there is no acceptable conversion)



Output:
errors
  • Failed to compile FS: ERROR: 0:2: \'array of float\' : constructor not supported for type
  • ERROR: 0:2: \'array of float\' : no matching overloaded function found
  • ERROR: 0:2: \'a\' : redefinition
  • ERROR: 0:5: \'length\' : method cannot be called on an array that has not been explicitly sized
  • ERROR: 0:5: \'==\' : wrong operand types no operation \'==\' exists that takes a left-hand operand of type \'uniform array of float\' and a right operand of type \'const int\' (or there is no acceptable conversion)

Back to summary