Results for spec/glsl-1.20/execution/variable-indexing/vs-varying-array-mat4-wr

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.198776006699
note
Returncode was 1
command
/Users/vlee/Downloads/piglit/framework/../bin/shader_runner -auto -fbo tests/spec/glsl-1.20/execution/variable-indexing/vs-varying-array-mat4-wr.shader_test
info
Returncode: 1

Errors:
Failed to compile VS: ERROR: 0:14: 'array of 4X4 matrix of float' : constructor not supported for type 
ERROR: 0:14: 'array of 4X4 matrix of float' : no matching overloaded function found 
ERROR: 0:14: 'assign' :  cannot convert from 'const float' to 'varying 4X4 matrix of float'
ERROR: 0:25: 'assign' :  cannot convert from 'uniform 4X4 matrix of float' to '4-component vector of float'
ERROR: 0:26: 'assign' :  cannot convert from 'uniform 4-component vector of float' to 'float'



Output:
errors
  • Failed to compile VS: ERROR: 0:14: 'array of 4X4 matrix of float' : constructor not supported for type
  • ERROR: 0:14: 'array of 4X4 matrix of float' : no matching overloaded function found
  • ERROR: 0:14: 'assign' :  cannot convert from 'const float' to 'varying 4X4 matrix of float'
  • ERROR: 0:25: 'assign' :  cannot convert from 'uniform 4X4 matrix of float' to '4-component vector of float'
  • ERROR: 0:26: 'assign' :  cannot convert from 'uniform 4-component vector of float' to 'float'

Back to summary