Results for shaders/glsl-array-bounds-02

Overview

Status: fail
Result: fail

Back to summary

Details

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

Errors:
Failed to compile FS: ERROR: 0:8: 'array of float' : constructor not supported for type 
ERROR: 0:8: 'array of float' : no matching overloaded function found 
ERROR: 0:8: 'array' : redefinition 
ERROR: 0:13: '[' :  array must be redeclared with a size before being indexed with a variable



Output:
errors
  • Failed to compile FS: ERROR: 0:8: \'array of float\' : constructor not supported for type
  • ERROR: 0:8: \'array of float\' : no matching overloaded function found
  • ERROR: 0:8: \'array\' : redefinition
  • ERROR: 0:13: \'[\' : array must be redeclared with a size before being indexed with a variable

Back to summary