Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / constructor-16.vert
bloba056cc39f13db3a8f14af3c368745fa39e61afbc
1 /* PASS */
2 #version 120
3 uniform vec2 u1;
5 void main()
7   mat4x3 m = mat4x3(vec3(1.0,u1),
8                     vec3(0.0,1.0,0.0),
9                     vec3(0.0,0.0,1.0),
10                     vec3(0.0,0.0,0.0));