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-24.vert
blob
21e9780c09e13e7f6ca140443e4dbd43765e6d3b
1
#version 120
2
uniform mat3 m3;
3
varying mat2 m2;
4
void main()
5
{
6
m2 = mat2(m3);
7
}