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
/
array-06.vert
blob
05db25796856e1826d63d7f2bd23bf83331e482a
1
/* PASS */
2
uniform vec4 a[3];
3
4
void main()
5
{
6
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
7
}