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-16.vert
blob
a056cc39f13db3a8f14af3c368745fa39e61afbc
1
/* PASS */
2
#version 120
3
uniform vec2 u1;
4
5
void main()
6
{
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));
11
}