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
/
linker
/
gl_Position-not-written-check.shader_test
blob
66ef1c75d65049f600978fc5945e56034135c7c9
1
[require]
2
GLSL >= 1.10
3
4
[vertex shader]
5
void main()
6
{
7
gl_FrontColor = vec4(0.3);
8
}
9
10
11
[fragment shader]
12
void main()
13
{
14
gl_FragColor = gl_Color;
15
}
16
17
[test]
18
link error