Results for shaders/glsl-uniform-non-uniform-array-compare

Overview

Status: fail
Result: fail

Back to summary

Details

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

Errors:
Failed to compile FS: ERROR: 0:3: 'array of float' : constructor not supported for type 
ERROR: 0:3: 'array of float' : no matching overloaded function found 
ERROR: 0:3: 'ff' : redefinition 
ERROR: 0:6: 'array of float' : constructor not supported for type 
ERROR: 0:6: 'array of float' : no matching overloaded function found 
ERROR: 0:6: 'fff' : redefinition 



Output:
errors
  • Failed to compile FS: ERROR: 0:3: \'array of float\' : constructor not supported for type
  • ERROR: 0:3: \'array of float\' : no matching overloaded function found
  • ERROR: 0:3: \'ff\' : redefinition
  • ERROR: 0:6: \'array of float\' : constructor not supported for type
  • ERROR: 0:6: \'array of float\' : no matching overloaded function found
  • ERROR: 0:6: \'fff\' : redefinition

Back to summary