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-14.vert
blob
da8f4b2987cf925e9454ade67f73b5a5013c501d
1
/* PASS */
2
uniform mat2 m;
3
4
void main()
5
{
6
ivec4 v4 = ivec4(m);
7
}