• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* FAIL - attribute cannot have array type in GLSL 1.10 */
2attribute vec4 i[10];
3
4void main()
5{
6  gl_Position = vec4(1.0);
7}
8