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
glx-multithread-texture: Avoid front-buffer rendering.
[piglit.git]
/
tests
/
glslparsertest
/
shaders
/
varying3.frag
blob
860d188aeb431eb9435cdffa85a0da450fca9c64
1
// [config]
2
// expect_result: fail
3
// glsl_version: 1.10
4
//
5
// [end config]
6
7
varying vec4 v = gl_TexCoord[0]; // varyings cannot be initialized
8
9
void main()
10
{
11
12
}