Results for shaders/glsl-array-bounds-06

Overview

Status: fail
Result: fail

Back to summary

Details

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

Errors:
Failed to compile FS: ERROR: 0:8: 'GL_3DL_array_objects' : extension is disabled
ERROR: 0:8: 'constructor' : too many arguments 
ERROR: 0:8: '' : the second dimension of array must be initialized 
ERROR: 0:8: 'GL_3DL_array_objects' : extension is disabled
ERROR: 0:13: '[' :  array must be redeclared with a size before being indexed with a variable
ERROR: 5 compilation errors.  No code generated.




Output:
errors
  • Failed to compile FS: ERROR: 0:8: \'GL_3DL_array_objects\' : extension is disabled
  • ERROR: 0:8: \'constructor\' : too many arguments
  • ERROR: 0:8: \'\' : the second dimension of array must be initialized
  • ERROR: 0:8: \'GL_3DL_array_objects\' : extension is disabled
  • ERROR: 0:13: \'[\' : array must be redeclared with a size before being indexed with a variable
  • ERROR: 5 compilation errors. No code generated.

Back to summary