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
/
matrix-01.vert
blob
f46416c8f67f3eb473fecadf51e49e034a616e38
1
/* FAIL - non-square matrices are not available in GLSL 1.10 */
2
3
void main()
4
{
5
mat2x3 m;
6
}