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
perf/pixel-rate: new pixel throughput microbenchmark
[piglit.git]
/
tests
/
spec
/
glsl-1.50
/
compiler
/
compatibility-gs
/
gl_ClipVertex.geom
blob
01028cd6e16b0ff9ef1f2870da285dfbf8134f5a
1
// [config]
2
// expect_result: pass
3
// glsl_version: 1.50compatibility
4
// [end config]
5
#version 150 compatibility
6
7
void func()
8
{
9
gl_ClipVertex = vec4(0.0);
10
}