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-10.vert
blob
20b55180cbb1364c7513de741d99fcb883969370
1
#version 120
2
/* PASS */
3
4
uniform mat3 a;
5
6
void main()
7
{
8
mat2 m;
9
10
m = mat2(a);
11
gl_Position = gl_Vertex;
12
}