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
/
redeclaration-15.vert
blob
1b831e08b21906ebfe6c8b440c4f30a8491bed1c
1
/* FAIL - built-in exp hidden by variable */
2
#version 120
3
uniform float exp;
4
5
void main()
6
{
7
gl_Position = vec4(exp(0.0));
8
}