repo.or.cz
/
piglit
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add more structure constructor tests.
[piglit/hramrach.git]
/
tests
/
glslparsertest
/
glsl2
/
attribute-11.vert
blob
47cb5a05833c5784ce7788aeeb6bd375b0caa68c
1
#version 130
2
/* FAIL - attribute cannot have array type in GLSL 1.30 */
3
attribute vec4 i[10];
4
5
void main()
6
{
7
gl_Position = vec4(1.0);
8
}