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
/
const-builtin-noise2.frag
blob
fea3d979c2f6715416cfb1ec93a07a85d6f999b2
1
/* FAIL - noise functions are not allowed in constant expressions */
2
#version 120
3
void main() {
4
const vec2 noise = noise2(0.5);
5
}