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
/
swiz-01.vert
blob
011d24857339710149b3403c989b732ce6b92d3b
1
/* PASS */
2
void main()
3
{
4
float a;
5
vec4 b;
6
7
b.x = 6.0;
8
a = b.x;
9
}