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.20
/
linker
/
invariant-mismatched.shader_test
blob
951e2401c9e9949375aba55fdf4fcb6aa2bad37d
1
[require]
2
GLSL >= 1.20
3
4
[vertex shader]
5
#version 120
6
invariant varying float var;
7
8
void main()
9
{
10
gl_Position = gl_Vertex;
11
}
12
13
[vertex shader]
14
#version 120
15
varying float var;
16
17
void myfunc()
18
{
19
}
20
21
[test]
22
link error