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-08.vert
blob
b069c04d1b47fee0f2a40aad6660cc2c625be0d6
1
/* FAIL - attribute cannot have type bvec4 */
2
attribute bvec4 i;
3
4
void main()
5
{
6
gl_Position = vec4(1.0);
7
}