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
/
shaders
/
CorrectBuiltInOveride.frag
blob
6bf7db2aa877f301684ae2c620b9564b9f10f6c5
1
float radians(float f)
\r
2
{
\r
3
return f;
\r
4
}
\r
5
\r
6
void main()
\r
7
{
\r
8
float f = 45.0;
\r
9
f = radians(f);
\r
10
}
\r