repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ext_gpu_shader4: add compiler tests for everything
[piglit.git]
/
tests
/
spec
/
glsl-1.10
/
compiler
/
break-with-no-loop.frag
blob
48376ed4f62f606bc918198bace04d3bb0b472c9
1
/* [config]
2
* expect_result: fail
3
* glsl_version: 1.10
4
* [end config]
5
*/
6
7
void main()
8
{
9
break;
10
gl_FragColor = vec4(0.5);
11
}