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
/
shaders
/
glsl-link-initializer-06b.vert
blob
330e343b19eb9500818afcc548066f894dc1de12
1
uniform float angle;
2
uniform float scale;
3
float global_variable = scale * sin(angle);
4
5
float function(void);
6
7
void main()
8
{
9
gl_Position = gl_Vertex * global_variable * function();
10
}