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
/
constructor-10.vert
blob
f9fa488d7e6a4948f3fefcea13e94a008593b9fb
1
/* FAIL - not enough data provided for construction */
2
3
vec4 foo()
4
{
5
return vec4();
6
}
7
8
void main()
9
{
10
gl_Position = foo();
11
}