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-21.vert
blob
bcc2b398803c9ae194520cfd011fe53dfb7109ea
1
/* FAIL - arrays passed as parameters must declare a size */
2
void func(in vec4[] vertices)
3
{
4
gl_Position = gl_Vertex;
5
}