Results for shaders/glsl-array-bounds-03

Overview

Status: fail
Result: fail

Back to summary

Details

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

Errors:
Failed to compile VS: 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:16: '[' :  array must be redeclared with a size before being indexed with a variable



Output:
errors
  • Failed to compile VS: 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:16: \'[\' : array must be redeclared with a size before being indexed with a variable

Back to summary