Results for shaders/vp-max-array

Overview

Status: fail
Result: fail

Back to summary

Details

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

Errors:
Compiler Error (pos=119 line=-1): line 6: too many program parameters
olors[0];
END

in program:
!!ARBvp1.0
OPTION	ARB_position_invariant;
PARAM	colors[256] = { program.local[0..255] };

MOV	result.color, colors[0];
END


Output:
errors
  • Compiler Error (pos=119 line=-1): line 6: too many program parameters
  • olors[0];
  • END
  • in program:
  • !!ARBvp1.0
  • OPTION\tARB_position_invariant;
  • PARAM\tcolors[256] = { program.local[0..255] };
  • MOV\tresult.color, colors[0];
  • END

Back to summary