Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / matrix-10.vert
blob20b55180cbb1364c7513de741d99fcb883969370
1 #version 120
2 /* PASS */
4 uniform mat3 a;
6 void main()
8     mat2 m;
10     m = mat2(a);
11     gl_Position = gl_Vertex;